ts-command-line-args icon indicating copy to clipboard operation
ts-command-line-args copied to clipboard

A typescript wrapper for command-line-args that allow you to generate config from existing TS interfaces

Results 4 ts-command-line-args issues
Sort by recently updated
recently updated
newest added

From the readme file examples, if we use the alias `'e'` for the `excludePaths?: string[]`, then when we run `$ node exampleConfig.js --sourcePath source --targetPath target --filter src -e=one -e=two...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Hi, I have all these issues : ``` node_modules/ts-command-line-args/dist/contracts.d.ts:211:56 - error TS2344: Type 'T' does not satisfy the constraint '{ [name: string]: any; }'. 211 export declare type ParseOptions =...

Hey there. Would this library be open to a contribution that allowed supporting environment variables alongside command-line arguments? Something in line with `commander`'s `env` method on `Option`s, but with the...