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 parsing of cli arguments #15

Closed BebeSparkelSparkel closed 3 years ago

BebeSparkelSparkel commented 3 years ago

Allows for any type of prefix for flags and options.

Converted the tests to use hspec, because the error reporting in the custom tests made it hard to tell which test was failing.

BebeSparkelSparkel commented 3 years ago

I had a problem converting three tests because I did not understand your intent for them. Could you make a suggestion on what these tests should be?

BebeSparkelSparkel commented 3 years ago

closes #10

BebeSparkelSparkel commented 3 years ago

closes #7

BebeSparkelSparkel commented 3 years ago

handled by other pull requests