Commit fd75cb6
gnd: Add shell completions command
Add a `completions` subcommand that generates shell completion scripts
for bash, elvish, fish, powershell, and zsh. Users can install
completions by adding the output to their shell configuration.
Example usage:
gnd completions bash >> ~/.bashrc
gnd completions zsh > ~/.zfunc/_gnd
gnd completions fish > ~/.config/fish/completions/gnd.fish
This uses the clap_complete crate which generates completions directly
from the clap CLI definition, ensuring they stay in sync with the
actual commands and options.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 117b76c commit fd75cb6
3 files changed
+46
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
82 | 106 | | |
83 | 107 | | |
84 | 108 | | |
| |||
197 | 221 | | |
198 | 222 | | |
199 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
200 | 234 | | |
201 | 235 | | |
202 | 236 | | |
| |||
0 commit comments