Skip to content

v0.2.2

Compare
Choose a tag to compare
@Gelio Gelio released this 03 Apr 18:42
· 34 commits to main since this release

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