Lucas Silva

Results 2 issues of Lucas Silva

Running the base command with a required option is not showing an error message. ```c# var app = new CommandApp(); app.Configure(config => { config.AddCommand("count"); }); return app.Run(args); internal sealed class...

bug
needs triage

When using class inheritance to share common options between commands, options passed to parent commands are not accessible to subcommands, even though both commands inherit from the same base class...