add shorthands to autocompletion
This commit is contained in:
parent
3edb4cbe4d
commit
b9e3a727e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
function _gis_completion {
|
function _gis_completion {
|
||||||
args=" --help --path "
|
args=" -h -p --help --path "
|
||||||
commands=" fetch pull "
|
commands=" fetch pull "
|
||||||
cur=${COMP_WORDS[COMP_CWORD]}
|
cur=${COMP_WORDS[COMP_CWORD]}
|
||||||
prev=${COMP_WORDS[COMP_CWORD-1]}
|
prev=${COMP_WORDS[COMP_CWORD-1]}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue