Releases: LucasCarioca/gocli
Releases · LucasCarioca/gocli
v1.0.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
Adds support for simple functional commands. If a function is passed as a command instead of a Command
type it is wrapped by a FunctionalCommandWrapper
that can call it as normal.
v0.2.2
Fixes a bug when creating an app without a default command.
v0.2.1
Adding license
v0.2.0
Features
- adding default version command
v0.1.3
Bug Fixes
- added fix for default command panic
v0.1.2
Bug Fixes
- fixes nil map error