Full Changelog: v0.7.1...v0.7.2
I've updated the CLI and README to help make using the app easier. If you didn't know, you can run zvm help
to get a full list of all the commands and global flags, then you can run zvm help <any-of-those-commands>
and you'll get a printout of the command, a description, and information on any sub flags.
zvm help
Or use it to dive deeper into a specific command.
zvm help list
NAME:
zvm list - list installed Zig versions. Flag `--all` to see remote options
USAGE:
zvm list [command options] [arguments...]
OPTIONS:
--all, -a list remote Zig versions available for download, based on your version map (default: false)
--help, -h show help