desertbit/grumble

How to pass arg string value which starts with '-' or '--' to command

sejust opened this issue · 1 comments

Now the value will be parsed by flags.

This is currrently not possible.
We could do something similar to GNU:

E.g. chmod +x -- -sh. In GNU language the -- means end of options, so -sh is no longer parsed as an option.