From b9e3a727e7933a4a85babcc811ad2feb43769337 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 14 Oct 2023 17:48:43 +0200 Subject: [PATCH] add shorthands to autocompletion --- gis_completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gis_completion.bash b/gis_completion.bash index 26c2030..8208977 100644 --- a/gis_completion.bash +++ b/gis_completion.bash @@ -1,5 +1,5 @@ function _gis_completion { - args=" --help --path " + args=" -h -p --help --path " commands=" fetch pull " cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}