mendelt / cmdr

Cmdr is a library for building line-oriented text-based user interfaces in Rust.
Apache License 2.0
15 stars 1 forks source link

Use Vec<&str> for parameters instead of Vec<String> #30

Closed mendelt closed 5 years ago

mendelt commented 5 years ago

Not going to happen because ownership. I did change the examples to use slices instead of vec.