watchexec / cargo-watch

Watches over your Cargo project's source.
Creative Commons Zero v1.0 Universal
2.74k stars 80 forks source link

Provide completion for cargo watch -x <TAB> #296

Closed pseyfert closed 9 months ago

pseyfert commented 9 months ago

Hereby I quickly added locally for me completion for cargo watch -x <TAB>. I haven't yet wrapped my head around more complex calls cargo watch -x "build --rele<TAB> and i so far blindly assume the _cargo file from rustup has been loaded by the completions system to provide _cargo_cmds. wdyt, is this worth having? (as is? differently?) also i noticed the repo looks different in the main branch but the 8.x branch looked more recent.

passcod commented 9 months ago

Thanks!