cli-argument-parser
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "cli-argument-parser", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A package containing relevant CLI actions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -24,3 +24,3 @@ # CLI argument parser | ||
The `prefix` is a value which the argument must start with, `--` is the default one. (ex: `--arg=5`) <br> | ||
The `equalitySign` is a value which the argument must start with, `=` is the default one. (ex: `--arg=5`) <br> | ||
The `equalitySign` is a value that splits between the argument name and value, `=` is the default one. (ex: `--arg=5`) <br> | ||
This gives you the abillity to configurate your cli arguments as you wish. |
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
4744