Releases: choria-io/fisk
Releases · choria-io/fisk
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
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Enhancements
- Documentation, package names and more updated to
fisk
- Import the
template
andunits
dependencies as sub packages - Copyright noticed updated to include this project while retaining past copyrights
- Updates for
staticcheck
- Use GitHub Actions
- Update to go 1.17
- Adds a new default usage template
ShorterMainUsageTemplate
, preserving past previous asKingpinDefaultUsageTemplate
Bug Fixes
- The
version
andhelp
flags are not rendered as--[no-]help
but simply--help