v0.2.2
A minor release fixing a shortcoming of using multiple short options in a single CLI argument.
Fixed
-
Allow combining short options in a single CLI argument #17.
Short flags can be used in a single CLI argument, POSIX-style:
go-global-update -nv
is equivalent to
go-global-update -n -v