Skip to content

ConsoleTools.Commando 2.0.0

Choose a tag to compare

@lastunicorn lastunicorn released this 29 Sep 05:52
· 25 commits to main since this release
94c0146
  • [syntax ] Allow '=' and ':' as name-value separators.
  • [syntax ] Used only '--' for parameter names.
  • [feature] Added a Ninject configuration helper package.
  • [feature] Added support for anonymous commands (command without a verb).
  • [feature] Added base classes for commands and views.
  • [feature] Changed the attributes for commands and parameters.
  • [feature] Extracted the parsing logic into a different package.
  • [feature] Added support for parameter of type Encoding.
  • [feature] Added Starting and Ended events for the Application.
  • [feature] Added support for multiple command with same name.