- Adjusted how help commands are generated.
- Add support for root commands with a processable body while supporting sub-commands off of that root.
- Add support for suggesting similar commands when an incorrect one is used.
- Add supportedFlags Command property
- Documentation around the Command class.
- Fix an issue where commands were double printing the example as their help text instead of the example and the description.
- Revert part of the changes in 0.0.2. Bosun shouldn't care assume that you pass the app name as an arg.
- Fix an issue where commands would not process properly due to the app name being considered as an argument (which Dart does not do).
- Initial version.