Releases: choria-io/fisk
Releases · choria-io/fisk
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.1
Release 0.2.0
What's Changed
- Add support for a more compact usage template by @codegangsta in #23
New Contributors
- @codegangsta made their first contribution in #23
Full Changelog: v0.1.5...v0.2.0
v0.1.5
v0.1.4
Enhancements
- A new application level parse function
MustParseWithUsage()
that tries to improve the UX of calling commands requiring sub commands or with missing flags and arguments
Bug Fixes
- Do not render an empty
Flags
section in usage when there is only hidden flags