commandr icon indicating copy to clipboard operation
commandr copied to clipboard

A modern, powerful commmand line argument parser 🔨

Results 2 commandr issues
Sort by recently updated
recently updated
newest added

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...

documentation

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...

enhancement
help wanted