mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-03 14:21:02 +01:00
8 lines
428 B
Bash
Executable File
8 lines
428 B
Bash
Executable File
#!/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
|