mirror of
https://github.com/erkin/ponysay.git
synced 2025-04-01 09:15:26 +02:00
Merge branch 'master' into develop
This commit is contained in:
commit
ae27016d21
1 changed files with 14 additions and 14 deletions
|
@ -17,8 +17,8 @@ complete --command ponysay --short-option L --long-option altlist
|
|||
complete --command ponysay --short-option B --long-option balloonlist --description 'list balloon style names'
|
||||
complete --command ponysay --short-option f --long-option pony --arguments "$ponies" --description 'pony'
|
||||
complete --command ponysay --short-option F --arguments "$xponies" --description 'extra pony'
|
||||
complete --command ponysay --short-option q --long-option quote --arguments "$quoters" --description 'pony'
|
||||
complete --command ponysay --short-option b --long-option balloon --arguments "$balloons" --description 'balloon style'
|
||||
complete --command ponysay --short-option q --long-option quote --arguments "$quoters" --no-files --description 'pony'
|
||||
complete --command ponysay --short-option b --long-option balloon --arguments "$balloons" --no-files --description 'balloon style'
|
||||
complete --command ponysay --short-option W --long-option wrap --arguments 'Integer' --description 'specify the column when the message should be wrapped'
|
||||
complete --command ponysay --arguments 'MESSAGE'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue