Releases: FollowTheProcess/cli
Releases · FollowTheProcess/cli
v0.7.0
Changes
🚀 Features
- Flags now show their default values (#105) @FollowTheProcess
🪲 Fixes
- Fix bug where subcommand's positional args aren't captured (#104) @FollowTheProcess
v0.6.0
Changes
💥 Breaking Changes
- Rename the
Argsoption toOverrideArgs(#98) @FollowTheProcess
🚀 Features
- Add the ability to name positional arguments (#100) @FollowTheProcess
🪲 Fixes
- Fix arg with default rendering in help text (#101) @FollowTheProcess
🔨 Refactoring
- Change the type aliases for true new types (#99) @FollowTheProcess
- Rename the
Argsoption toOverrideArgs(#98) @FollowTheProcess
v0.5.0
v0.4.1
Changes
- Sync: synced file(s) with FollowTheProcess/.github (#94) @FollowTheProcess
- Sync: synced file(s) with FollowTheProcess/.github (#92) @FollowTheProcess
🪲 Fixes
- Fix help colours (#95) @FollowTheProcess
🐎 Performance
- Reduce memory allocation in cli.New (#96) @FollowTheProcess
📦 Dependencies
- Bump github.com/FollowTheProcess/test from 0.14.0 to 0.15.0 (#93) @dependabot
v0.4.0
Changes
- Sync: synced file(s) with FollowTheProcess/.github (#89) @FollowTheProcess
- Sync: synced file(s) with FollowTheProcess/.github (#88) @FollowTheProcess
🚀 Features
- Support
$FORCE_COLOR(#91) @FollowTheProcess - Improve unrecognised subcommand handling (#90) @FollowTheProcess
v0.3.0
Changes
🚀 Features
- Change SubCommands to take a function for easier error handling (#85) @FollowTheProcess
v0.2.0
Changes
🚀 Features
- Add support for setting build info via ldflags (#83) @FollowTheProcess
📚 Documentation
- Generate the cover image from a file (#84) @FollowTheProcess
📦 Dependencies
- Bump to Go 1.23 (#82) @FollowTheProcess