crmckenzie/Odin
Odin is a .NET library that provides a conventions based command-line parser. It's goal is to use the CLI equivalent of ASP .NET MVC's routing behavior to map command line arguments to methods and parameters. It differs from similar libraries in that it is designed to allow for an arbitrary n-depth command-tree.
C#
Issues
- 1
Support beta builds from release/* branch
#3 opened by crmckenzie - 0
Hide detailed exception information from users
#16 opened by zeeeengxin - 0
Add support for a Slash convention
#15 opened by crmckenzie - 0
Documentation Enhancements
#14 opened by crmckenzie - 0
Support .NET Standard
#13 opened by crmckenzie - 0
- 0
Command should provide BeforeExecute and AfterExecute overridable methods for pre- and post-processing.
#11 opened by crmckenzie - 0
- 0
- 1
Support CommonParameters
#1 opened by crmckenzie - 1
Add a detailed description to this repository so it can be more easily found ;)
#6 opened by shanselman - 1
Crash with invalid parameter combinations
#4 opened by skiplee - 2
Unclear help text - sub commands
#5 opened by skiplee - 0
Support cumulative arguments
#2 opened by crmckenzie