argv-split
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "argv-split", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Split argv(argument vector) and handle special cases, such as quoted values.", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -34,3 +34,3 @@ [![Build Status](https://github.com/kaelzhang/node-argv-split/actions/workflows/nodejs.yml/badge.svg)](https://github.com/kaelzhang/node-argv-split/actions/workflows/nodejs.yml) | ||
# argv-split also handles carriage returns | ||
# argv-split also handles line feeds | ||
foo \ | ||
@@ -122,3 +122,3 @@ --abc=a\ b # ['foo', '--abc=a b'] | ||
### Handle Line Feed | ||
### Handle Line Feeds | ||
@@ -125,0 +125,0 @@ There is a special value of `split.LF` which could help us to create valid commands with line feeds: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9613