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.

Add support for "--" option

See original GitHub issue

I’m requesting support for the POSIX-recommended, -- argument:

The argument ‘–’ terminates all options; any following arguments are treated as non-option arguments, even if they begin with a hyphen.

Encountering a -- could just add all the following arguments to the option having defaultOption: true, or to the _unknown property if no defaultOption is set and partial is true; otherwise, an exception could be thrown.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
atavakolicommented, Jan 17, 2018

Thanks @75lb, and the explanation makes sense (glad you went into detail on how to use it to remove ambiguity).

Looking forward to using it!

0reactions
75lbcommented, Jan 17, 2018

Implemented in v5.0.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support and Resistance Basics - Investopedia
Support can be a price level on the chart or a price zone. In any event, support is an area on a price...
Read more >
Working with option groups - AWS Documentation
Amazon RDS supports options for the following database engines: ... You then add one or more options to the new option group. Or,...
Read more >
Formatting Answer Choices - Qualtrics
Show all: Select this option to add the suggested choices and give each scale point its own choice text. Example: In this example,...
Read more >
Add a check box or option button (Form controls)
You can insert form controls such as check boxes or option buttons to make data entry easier. Check boxes work well for forms...
Read more >
Treatment of ADHD - CDC
Get information and support from the National Resource Center on ADHD ... Behavior therapy is a treatment option that can help reduce these...
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