You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is to say there will be two -- in the argv seen by argh.
I know this looks a bit weird but I think it is consistent with the general GNU/Unix approach that -- stops special interpretation of options following it and treats them all as arguments.
In building a Cargo subcommand I want to accept commands that look like
That is to say there will be two
--
in the argv seen by argh.I know this looks a bit weird but I think it is consistent with the general GNU/Unix approach that
--
stops special interpretation of options following it and treats them all as arguments.Unfortunately Argh currently seems to complain
Related: #78, sourcefrog/cargo-mutants#15
The text was updated successfully, but these errors were encountered: