coa
coa copied to clipboard
Command-Option-Argument: Get more from defining your command line interface
Hi, my name is Glenn ten Cate and I work with the [Developer Best Practices Working Group](https://github.com/ossf/wg-best-practices-os-developers) of the Linux Foundation's Open Source Security Foundation (OpenSSF) ["Great Multi-Factor Authentication (MFA)...
HI When I update all package in my project ` npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] preinstall: start /B node compile.js & node compile.js npm...
The program ends without errors if errors throws in async functions. Example: ```js cmd() .act((options) => { setTimeout(() => { throw new Error('catch me if you can') }, 100) })...
To provide a better user experience we should not force event loop to stop since some library code can require additional things to do. In other words we should set...
Need to make a test for exitCode: https://github.com/veged/coa/pull/89
For example: ``` program --opt="--one --two" ``` here we have one option but `coa` thinks there are three of them
`long`, `title` should use `name` to generate `default`. Also opt should not crash on opts without `short`/`long`. `end` should throw If the `name` wasn't passed in.
As per http://bem.info/tools/bem/installation/ I 'm running `bem completion`, which fails with ``` $ bem completion Error: shell completion not supported on windows at Cmd.module.exports (c:\Users\leonids.maslovs\AppData\Roaming\npm\node_modules\bem\node_modules\coa\lib\completion.js:19:11) at exports.Cmd.Cmd._do (c:\Users\leonids.maslovs\AppData\Roaming\npm\node_modules\bem\node_modules\coa\lib\cmd.js:429:22) From previous...
To simplify contribution and development of this project