You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Currently multiple flags can't be combined, for example:
./cmd -a -b arg can't be shortened to ./cmd -ab arg
I know a benefit of cdr/cli is that it has no external deps, but I think it would be a better UX if we used https://github.com/spf13/pflag to support posix flags.
Currently multiple flags can't be combined, for example:
./cmd -a -b argcan't be shortened to./cmd -ab argI know a benefit of cdr/cli is that it has no external deps, but I think it would be a better UX if we used https://github.com/spf13/pflag to support posix flags.