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

Multiple options #19

Closed BebeSparkelSparkel closed 3 years ago

BebeSparkelSparkel commented 3 years ago

Allows multiple symbols for options, flags, and environment variables to resolve to the same handler.

SamuelSchlesinger commented 3 years ago

Same comment on the size of the PR. Please break this up into smaller pieces.