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 args #34

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 3 years ago

ensure #33 is pulled

This allows multiple arguments to be consumed with multiple container types.

Does use unsafeCoerce because I am unsure how to correctly handle some type transformations. If you have any ideas on how to fix this, please help.