mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Add basic completions for FreeBSD's camcontrol
This commit is contained in:
parent
fe75a3a650
commit
32ad1a6e62
1 changed files with 5 additions and 0 deletions
5
share/completions/camcontrol.fish
Normal file
5
share/completions/camcontrol.fish
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# The following lists are complete as of FreeBSD 12
|
||||||
|
|
||||||
|
set -l commands aam apm attrib cmd debug defects devlist eject epc format fwdownload help hpa identify idle inquiry load modepage negotiate opcodes periphlist persist readcap reportluns reprobe rescan reset sanitize security sleep smpcmd smpmaninfo smppc smpphylist smprg standby start stop tags timestamp tur zone
|
||||||
|
|
||||||
|
complete -c camcontrol -n '__fish_is_first_token' -xa "$commands"
|
Loading…
Reference in a new issue