GoCommando icon indicating copy to clipboard operation
GoCommando copied to clipboard

:bowtie: Console application helper library

Results 4 GoCommando issues
Sort by recently updated
recently updated
newest added

Would be awesome if GoCommando were ported to netstandard. Going commando in .NET Core would feel so nice too.

+++
Feature
up-for-grabs

When a command is invoked without all of the required arguments, only the help text for the required arguments is shown (IIRC) All possible arguments should be shown, only with...

+++
Feature
up-for-grabs

When a cli app has only one command, it should be possible to make it default like this: - just implement `ICommand` - `Go.Run();` which allows for - no need...

+
Feature
up-for-grabs

Similar to how `[Example("whatever")]` can be used to show example values, an `[AllowedValue("someValue")]` attribute should be used to specify which values are allowed. Could be simple like the one above...

+
Feature
up-for-grabs