question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow repeated command-line options.

See original GitHub issue

For example, to provide multiple --exclude rules, e.g:

jscpd -e **/node_modules/** -e **/vendor/** ...

Currently only the last one is taken.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
wavdedcommented, Oct 20, 2016

Any movement on this?

1reaction
kucherenkocommented, Apr 6, 2016

thank you for issue, will investigate it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found