diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-08 23:00:48 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-08 23:00:48 +0900 |
| commit | 370c7e4e586c07ad312909fc3bf36b7efbcae8be (patch) | |
| tree | 7f16e5d12fca621446ed6cb42e0433e3b53860a7 /src/_ldattach | |
| parent | Fix nvm completion (diff) | |
| download | zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.tar zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.tar.gz zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.tar.bz2 zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.tar.lz zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.tar.xz zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.tar.zst zsh-completions-370c7e4e586c07ad312909fc3bf36b7efbcae8be.zip | |
Fix ldattach completion
- Add first argument definition
Diffstat (limited to 'src/_ldattach')
| -rw-r--r-- | src/_ldattach | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_ldattach b/src/_ldattach index 775616e..d6410a4 100644 --- a/src/_ldattach +++ b/src/_ldattach @@ -55,6 +55,7 @@ _arguments -s -C \ '(-p --pause)'{-p,--pause}'[Sleep for given seconds before the invocation of ldattach]:value' \ '(- *)'{-h,--help}'[Display help text and exit]'\ '(- *)'{-V,--version}'[Print version and exit]' \ + '1:disk' \ '2::device:->device' # Complete device argument |
