From ddf0401b14fd440afbae1c2211636204e448ce01 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 12 Oct 2016 12:11:28 +0300 Subject: [PATCH] - Updated the Molecule Bash completion script. --- .local/share/bash/molecule.bash-completion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/share/bash/molecule.bash-completion.sh b/.local/share/bash/molecule.bash-completion.sh index 654d8ce..05bb400 100644 --- a/.local/share/bash/molecule.bash-completion.sh +++ b/.local/share/bash/molecule.bash-completion.sh @@ -24,9 +24,9 @@ _molecule(){ prev=${COMP_WORDS[COMP_CWORD-1]} firstword=$(_get_firstword) - GLOBAL_COMMANDS="check create converge destroy idempotence init list login status test verify" + GLOBAL_COMMANDS="syntax create converge destroy idempotence init list login status test verify" GLOBAL_OPTIONS="-h -v" - CHECK_OPTIONS="" + SYNTAX_OPTIONS="" CREATE_OPTIONS="--debug --platform --provider --tags" CONVERGE_OPTIONS="--debug --platform --provider --tags" DESTROY_OPTIONS="--debug --platform --provider --tags" -- GitLab