Commit 20510cfb authored by Adar Nimrod's avatar Adar Nimrod
Browse files

- Updated the Molecule Bash completion script.

parent 532c76a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"