Update zsh completions
This commit is contained in:
parent
a671d8d1a9
commit
5660ef32ad
@ -1,7 +1,6 @@
|
||||
#compdef ddusb
|
||||
|
||||
# zsh completions for 'ddusb'
|
||||
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
||||
local arguments
|
||||
|
||||
arguments=(
|
||||
|
@ -2,12 +2,11 @@
|
||||
local arguments
|
||||
|
||||
arguments=(
|
||||
$argument_list
|
||||
{-h, --help}'[show this help message and exit]'
|
||||
{-b, --boot}'[edit a file in /boot]'
|
||||
{-d, --dir}'[edit a file in a given directory]'
|
||||
{-E, --etc}'[edit a file in /etc]'
|
||||
{-e, --editor}'[use a given editor]'
|
||||
{-h,--help}'[show this help message and exit]'
|
||||
{-b,--boot}'[edit a file in /boot]'
|
||||
{-d,--dir}'[edit a file in a given directory]'
|
||||
{-E,--etc}'[edit a file in /etc]'
|
||||
{-e,--editor}'[use a given editor]'
|
||||
'*:filename:_files'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user