Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "cliss", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CLI Simple, Stupid. Automatic discovery of parameters names. Provides an easy and minimal setup by passing in only a function reference without the need of declaring all expected options names or create a help section by hand. Support to sync / async. Support to subcommands down to N levels.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cliss.js", |
@@ -251,9 +251,15 @@ # CLIss | ||
**stdin** *(command.pipe.stdin || clissOptions.pipe.stdin)* => | ||
=> **clissOptions.pipe.before** => | ||
=> **command.pipe.before** => | ||
=> **command.action** => | ||
=> **command.pipe.after** => | ||
=> **clissOptions.pipe.after** | ||
=> **stdout** | ||
**clissOptions.pipe.before** => | ||
**command.pipe.before** => | ||
**command.action** => | ||
**command.pipe.after** => | ||
**clissOptions.pipe.after** => | ||
**stdout** | ||
Where each of these steps can be handled if needed. | ||
@@ -509,2 +515,2 @@ | ||
Note: **stdin** and **before** must always return *args*, and **after** must always return *result*, as these values will be passed in for the next function in the pipeline. | ||
Note: **stdin** and **before** must always return *args*, and **after** must always return *result*, as these values will be passed in for the next function in the pipeline. |
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
515
35682