Skip to content

feat: Additional Arguments #106

@TheAngryByrd

Description

@TheAngryByrd

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions