commander-rust icon indicating copy to clipboard operation
commander-rust copied to clipboard

a more intuitive development method of CLI in Rust

Results 4 commander-rust issues
Sort by recently updated
recently updated
newest added

Fixes #10. These changes enforce that all commands have same return type as main, without assuming it to be `()`. ~~I have also changed `run()!` so that main is able...

Fixes #12 P.S.: Replaces #13 as I would like join all patches into master branch