Releases: kanisterio/safecli
Releases · kanisterio/safecli
v0.0.8
v0.0.7
v0.0.6
Fix argument test suite
Add a higher level API for CLI
What's Changed
A higher level API has been added which make better handling for CLI arguments and make it easier to build commands with less error.
Two packages were added:
- command: which allows you to build full-fledged CLI commands.
- examples/kopia: in which an example of building Kopia CLI is implemented.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Fix the license
- Update
format
method signature and refactorredact
tocreateRedactor
for clarity
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Fix example
- Add package support for older version of Go (1.20)
Full Changelog: v0.0.1...v0.0.2