Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Provide completion for cargo watch -x <TAB> (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseyfert authored Dec 21, 2023
1 parent da7e7f5 commit 466c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ args=(
'(-c --clear)'{-c,--clear}'[Clear screen before executing command]'
'(-h --help)'{-h,--help}'[Print help information]'
'(-V --version)'{-V,--version}'[Print version information]'
'(-x --exec)'{-x+,--exec=}'[Cargo subcommand to execute on changes]:cargo-command'
'(-x --exec)'{-x+,--exec=}'[Cargo subcommand to execute on changes]:cargo-command:_cargo_cmds'
'(-s --shell)'{-s+,--shell=}'[Shell command to execute on changes]:command'
'(-i --ignore)'{-i+,--ignore=}'[Ignore changes to paths matching the pattern]:pattern'
'(-w --watch)'{-w+,--watch=}'[Watch a specific directory]:path:_path_files -/'
Expand Down

0 comments on commit 466c6bb

Please sign in to comment.