Releases: jwaldrip/odin
Releases · jwaldrip/odin
Version 1.4.0
_New Features:_
- Added
InheritFlag(name string)
andInheritFlags(names ...string)
to allow for flags to be inherited from a sub commands parent. - Added
SubCommandsInheritFlag(name string)
andSubCommandsInheritFlags(names ...string)
to allow for a commands children to inherit flags.
Version 1.3.1
- Fixes #5 ... an issue with an invalid subcommand is specified.
Version 1.3.0
Massive Refactoring, without breaking changes.
New Features:
- SubCommands now can be created with cli.NewSubCommand
- New method AddSubCommand on CLI struct allows for a predefined sub command to be added to the CLI.
- New method AddSubCommands on CLI struct allows for multiple predefined sub commands to be added to the CLI.
Version 1.2.0
Version 1.1.0
NewCLI()
is nowNew()
, the old function is aliased to allow for backward compatibility.
Version 1.0.1
- Bugfixes
Version 1.0.0
- Initial Release
Version 0.9.0
v0.9.0 Finish todos