SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

more flexible option prefixes #10

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 3 years ago

A lot of CLIs have a double dash -- option with a single dash - abbreviation.

It would be nice to allow -- options. Also, it would be nice to allow abbreviation of -- with a -.