Skip to content

Add a higher level API for CLI

Compare
Choose a tag to compare
@plar plar released this 16 Feb 21:23
· 4 commits to main since this release
4b371b6

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