mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
share/**.fish: reformat with fish_indent
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# dscacheutil
|
||||
complete -c dscacheutil -f -d 'Directory Service cache utility'
|
||||
complete -c dscacheutil -s h -d 'lists options' -f -n '[ (commandline -opc | count) -le 1 ]'
|
||||
complete -c dscacheutil -s h -d 'lists options' -f -n '[ (commandline -opc | count) -le 1 ]'
|
||||
complete -c dscacheutil -s q -d 'initiate query' -f -x -n '[ (commandline -opc | count) -le 1 ] || contains -- -a (commandline -opc) || contains -- -q (commandline -opc) && [ (commandline -opc | count) -lt 3 ]' -a "
|
||||
group\t'name or gid'
|
||||
host\t'name or ip address'
|
||||
|
||||
Reference in New Issue
Block a user