Skip to content

v0.8.0

Choose a tag to compare

@mgrosperrin mgrosperrin released this 26 May 16:26

What's new?

Clean the public API (#44 & #37)

All point of extensibility has been moved to the namespace MGR.CommandLineParser.Extensibility.
With this move, the only types in the namespace MGR.CommandLineParser and MGR.CommandLineParser.Command are the ones for the consumer.
All attributes to define the metadatas of commands have been merged to a single attribute (MGR.CommandLineParser.Command.CommandAttribute).

Add the ability to hide a command from command listing (#38)

It is now possible to hide a command from command listing in help while been runnable (for example for pre-release command).

What's fixed?

  • A DirectoryNotFoundException is thrown if there is a space in the folder containing the application (#46)