https://rust-lang-nursery.github.io/cli-wg/ – tracking repo: https://github.com/rust-lang-nursery/cli-wg/issues
Dylan-DPC on master
Fix README link (#162) (compare)
spacekookie on master
Clarify source position Make i… (compare)
deploy
but it has his secrets, so it did not work.assert_fs
is in a similar boat but less controversial in my mind; I'd be willing to bump that any time.
Should they both go in the same announcement post?
assert_cli
is to just aggregate the various CLI-related testing crates? At one point you were talking about a higher level, abstraction like in the waltz tests
Hello everyone. Is there a standard, cross-platform way to add tab completion to Rust CLIs? The solutions I've found in my searches look like they probably won't be cross-platform. Here are a couple of links I've found.
rust-lang/rustup.rs#278
https://www.reddit.com/r/rust/comments/4qvltw/claprs_can_now_generate_bash_tabcompletion/
I expect to use a combination of static (clap-rs generated) and dynamic tab completion (think path completion on the command line). I figured this group would be the most well connected with the best practices for this currently.
Two other related repos
At the moment, neither of those have good-first-issues but liquid is a dependency of some of those and it has some
get_args_from_safe()
method on App which doesn't exist even though i replaced all occurrences of that function. If anyone wants to look you can check out https://github.com/clap-rs/clap_derive/tree/fix/branch
no method named get_matches_from_safe
errors