Allow repeated command-line options.
See original GitHub issueFor example, to provide multiple --exclude rules, e.g:
jscpd -e **/node_modules/** -e **/vendor/** ...
Currently only the last one is taken.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top Results From Across the Web
java - Apache commons CLI - repeated options - Stack Overflow
I know that you can specify multiple option arguments so it will accept stuff like... program --arg value1 value2 ... but I'd like...
Read more >Support Repeated Arguments using standard syntax instead ...
For sequences it will merge all options into one sequence. If the parser is opted-in to this behavior, the command line can only...
Read more >Using Apache Commons CLI
A boolean option is represented on a command line by the presence of the option, i.e. if the option is found then the...
Read more >CLI Options with Multiple Values - Typer - tiangolo
CLI Options with Multiple Values. You can also declare a CLI option that takes several values of different types. You can set the...
Read more >Command line options - AWS Documentation
Each option that takes an argument requires a space or equals sign (=) separating the argument from the option name. If the argument...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any movement on this?
thank you for issue, will investigate it