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

Many new features in fork that you might consider pulling #46

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 1 year ago

I've added a lot of functionality in my fork. It's probably a hard fork at this point but you still will probably find some of the features that I have added intriguing.

SamuelSchlesinger commented 1 year ago

The main features I want are documenting default values, which I believe you have, and improved documentation (i.e. something closer to what optparse-applicative gives).

Honestly, compiling into an optparse-applicative parser is highly appealing, but this is a very breaking change.