Skip to content

One-command commando #3

@mookid8000

Description

@mookid8000

When a cli app has only one command, it should be possible to make it default like this:

  • just implement ICommand
  • Go.Run<YourImplementationOfICommand>();

which allows for

  • no need to decorate with [Command("whatever")]
  • no need to specify command when calling the app

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