Skip to content
Snippets Groups Projects
Commit ddf0401b authored by nimrod's avatar nimrod
Browse files

- Updated the Molecule Bash completion script.

parent 8919535b
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ _molecule(){ ...@@ -24,9 +24,9 @@ _molecule(){
prev=${COMP_WORDS[COMP_CWORD-1]} prev=${COMP_WORDS[COMP_CWORD-1]}
firstword=$(_get_firstword) 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" GLOBAL_OPTIONS="-h -v"
CHECK_OPTIONS="" SYNTAX_OPTIONS=""
CREATE_OPTIONS="--debug --platform --provider --tags" CREATE_OPTIONS="--debug --platform --provider --tags"
CONVERGE_OPTIONS="--debug --platform --provider --tags" CONVERGE_OPTIONS="--debug --platform --provider --tags"
DESTROY_OPTIONS="--debug --platform --provider --tags" DESTROY_OPTIONS="--debug --platform --provider --tags"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment