This repository was archived by the owner on Oct 17, 2021. It is now read-only.
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Support Posix Flags #7
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels