Get the value of a CLI argument
Supports fetching the value of an argument with the following convention:
--arg => true--arg= => false--arg="string" => "string"--arg={"a":1} => {"a": 1}Uses normalify for value parsing.
import getarg from 'get-cli-arg'
console.log(getarg('arg'))
console.log(getarg('arg', process.argv))
npm install --save get-cli-argimport pkg from ('get-cli-arg')const pkg = require('get-cli-arg').defaultThis package is published with the following editions:
get-cli-arg/source/index.ts is TypeScript source code with Import for modulesget-cli-arg aliases get-cli-arg/edition-esnext/index.jsget-cli-arg/edition-esnext/index.js is TypeScript compiled against ESNext for Node.js with Require for modulesDiscover the release history by heading on over to the HISTORY.md file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Unless stated otherwise all works are:
and licensed under:
Generated using TypeDoc