Overview of changes
- Rewrite Toolbox in Go
- Remove support for toolbox containers created by Toolbox 0.0.9 and older
- Add option --version to show current Toolbox version
- Add options --log-level and --log-podman as possible future replacements for
--verbose and --very-verbose - Clean up the spinner when aborted by SIGINT (or ctrl+c) and such
- Fix duplication in the output of the list command
- Mark the reset command as deprecated (replaced by 'podman system reset')
- Support specifying the name of a toolbox container as an argument to the
create and enter commands, in addition to the --container option