new repository without sensitive information
This commit is contained in:
commit
57fa0afede
51 changed files with 1883 additions and 0 deletions
12
compdef/_awpman
Normal file
12
compdef/_awpman
Normal file
|
@ -0,0 +1,12 @@
|
|||
#compdef awpman
|
||||
|
||||
typeset -A opt_args
|
||||
local context state line
|
||||
|
||||
confpath=${WPMANSETS:-~/.config/wpman}
|
||||
|
||||
_arguments \
|
||||
"1:Action:(load save)"\
|
||||
"2:Setting File:_files -W $confpath"
|
||||
# "load:Setting File:_files -W $confpath" \
|
||||
# "save:Setting File:_files -W $confpath" \
|
Loading…
Add table
Add a link
Reference in a new issue