shell completion update
This commit is contained in:
parent
bb5e26b8d8
commit
30dfacb70b
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,8 @@ _ponysay()
|
|||
local cur prev words cword
|
||||
_init_completion -n = || return
|
||||
|
||||
options='--version --help --list --altlist --pony --wrap --quote --balloonlist --balloon --file ++file ++pony ++list ++altlist'
|
||||
options="--version --help --list --altlist --pony --wrap --quote --balloonlist --balloon --file ++file ++pony ++list ++altlist --all ++all"
|
||||
options="$options --256-colours --tty-colours --kms-colours"
|
||||
COMPREPLY=( $( compgen -W "$options" -- "$cur" ) )
|
||||
|
||||
if [ $prev = "-f" ] || [ $prev = "--pony" ] || [ $prev = "--file" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue