-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Description
Description
Hi there! I work on a tool dotnet-mono that allows mono programs to be run under the dotnet cli tooling and I'm trying to be as compatible with dotnet-run's options as possible. I'm trying to imitate their use of -- <additional arguments>.
$ dotnet run --help
Usage: dotnet run [options] [[--] <additional arguments>...]]
...
Additional Arguments::
Arguments passed to the application that is being run.
How would I go about that in Argu? Is there a way to specify this or a way to override the usage as to show this option and I can parse it out myself? Thanks!
Related issue:
TheAngryByrd/dotnet-mono#33
laurentlb and nojaf