dotmake-build/command-line
Declarative syntax for System.CommandLine via attributes for easy, fast, strongly-typed (no reflection) usage. Includes a source generator which automagically converts your classes to CLI commands and properties to CLI options or CLI arguments.
C#MIT
Issues
- 1
Gather information about all commands, args, options, etc to generate documentation
#20 opened by PatrickBig - 3
- 1
Completion support
#18 opened by sergei-dyshel - 2
Readme example uses shorthand with full word
#19 opened by PonchoPowers - 4
How do I get the parent command instance?
#14 opened by poizan42 - 4
- 1
- 5
ServiceProvider support
#5 opened by mcolebiltd - 2
Running the help option from a command
#10 opened by mikecole - 2
Support loading string from ResX
#9 opened by frg2089 - 2
Generated code triggers CS1591 when generating documentation file is turned on
#6 opened by PatrickBig - 2
Inheriting options does not work
#4 opened by PatrickBig - 3
Required CliOption
#2 opened by lookbusy1344 - 2
- 6
Feature request: ability to parse args into a "Command" object without requiring invocation of the Run command
#1 opened by NeilMacMullen