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

Using `multiple: true` in combination with `alias`

Open dan-covaliu opened this issue 2 months ago • 0 comments

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 we get an error. Though $ node exampleConfig.js --sourcePath source --targetPath target --filter src -e one two seems to work

dan-covaliu avatar Apr 05 '24 14:04 dan-covaliu