mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-10 21:36:43 +01:00
8 lines
428 B
Plaintext
8 lines
428 B
Plaintext
|
#!/bin/sh
|
||
|
cargo run -p watchexec-cli -- --completions bash > completions/bash
|
||
|
cargo run -p watchexec-cli -- --completions elvish > completions/elvish
|
||
|
cargo run -p watchexec-cli -- --completions fish > completions/fish
|
||
|
cargo run -p watchexec-cli -- --completions nu > completions/nu
|
||
|
cargo run -p watchexec-cli -- --completions powershell > completions/powershell
|
||
|
cargo run -p watchexec-cli -- --completions zsh > completions/zsh
|