commandr
commandr copied to clipboard
A modern, powerful commmand line argument parser 🔨
I want to use this to help me begin writing CLI applications in D but it seems as if the site for documentations just does not exist anymore? Is there...
Hi, Right now the arg's type is either string, or string[], and user need to convert manually to other types, e.g. ``` int depth = args.arg("depth").to!int; ``` is it possible...
It would be nice if you could define a command handler directly on the `Command` instance, removing the need to use `ProgramArgs` and specify handling for everything there. That would...