CLIGetArgs
--debug --!verbose --bundles=Spec -o='/path/to/file' -v my/path/template
{
"options" : {
"debug": true,
"verbose": false,
"bundles": "Spec",
"o": "/path/to/file",
"v": true
},
"positionals": [ "my/path/template" ]
Some Ground Rules
Method Signature
Arguments
Examples
Related
Last updated
Was this helpful?
