diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bash_completion.d/cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/cil b/etc/bash_completion.d/cil index 3a57087..9c86338 100644 --- a/etc/bash_completion.d/cil +++ b/etc/bash_completion.d/cil @@ -38,7 +38,7 @@ _cil() # constants opts="--help --version --path --status --label --filename --is-open --is-closed --assigned-to --created-by" - commands="init add summary list show status edit comment attach extract" + commands="init add summary list show status depends-on precedes edit comment attach extract" COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} |