args
args copied to clipboard
Toolkit for building command line interfaces
Hello! First of all, I'd like to say I really like `args`. It has a few things it's not doing correctly right now, but it's going on a great path....
Hi, Is it possible to create something like this: ````javascript //-- mycli.js const args = require("args"); args.option("port", "The port on which the app will be running.", 4040); args.command("run", "Run dev...
The addition of this `break` broke application and tests.
If you use the now stable esmodule resolution (by including `"type": "module"` in your `package.json`), the default `version` command throws an error trying to get the main module. ``` λ...
How to configure exit status code equals to 1 when argument is invalid? It always returns 0 by default.. Thanks in advance..
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.9.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...