-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Customer ReportedBugs reported by customersBugs reported by customersbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
Assume you have the following command:
public class MyCommand : Abstractions.Command.Command
{
// ...
}
In this case it is impossible to use the following commands
var parser = new CommandLineParser();
parser.RegisterCommand<MyCommand>();
// or
parser.RegisterCommand(typeof(MyCommand));
// or
parser.DiscoverCommands(typeof(MyCommand).Assembly);
Metadata
Metadata
Assignees
Labels
Customer ReportedBugs reported by customersBugs reported by customersbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request