cli.rs
cli.rs copied to clipboard
A toolkit for building command-line programs in Rust
Results
1
cli.rs issues
Sort by
recently updated
recently updated
newest added
Consider providing functions for adapting Rust `Error` impls (e.g. [`IoErrorKind`](http://doc.rust-lang.org/std/io/enum.IoErrorKind.html), [`MapError`](http://doc.rust-lang.org/std/os/enum.MapError.html)) to `cli::sysexits` values.
enhancement