diff --git a/bin/_crucible_completions b/bin/_crucible_completions index c6cc0f4..6646b13 100644 --- a/bin/_crucible_completions +++ b/bin/_crucible_completions @@ -29,7 +29,7 @@ _crucible_completions() { COMPREPLY=($(compgen -W "result metric" -- "${COMP_WORDS[2]}")) ;; repo) - COMPREPLY=($(compgen -W "info details" -- "${COMP_WORDS[2]}")) + COMPREPLY=($(compgen -W "info details config" -- "${COMP_WORDS[2]}")) ;; update) COMPREPLY=($(compgen -W "all crucible $(cd $CRUCIBLE_HOME/subprojects/; find . -type l | sed 'sX./XX')" -- "${COMP_WORDS[2]}")) @@ -97,6 +97,9 @@ _crucible_completions() { info|details) COMPREPLY=($(compgen -W "all crucible $(cd $CRUCIBLE_HOME/subprojects/; find . -type l | sed 'sX./XX')" -- "${COMP_WORDS[3]}")) ;; + config) + COMPREPLY=($(compgen -W "help show" -- "${COMP_WORDS[3]}")) + ;; esac elif [ "$(expr $num_words % 2)" -eq 0 -a ${COMP_WORDS[1]} == "rm" ]; then case "${COMP_WORDS[2]}" in