fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
453 stars 75 forks source link

More samples; specifically that switches between main commands #112

Open haf opened 6 years ago

haf commented 6 years ago

...e.g. the git sample from the tutorial would be great to see an idiomatic implementation of.

E.g. the inherit attribute on version seems to imply that the subcommand clean is somehow first "chosen".

The LS command example doesn't use its arguments.