Merge remote-tracking branch 'origin/development' into development

development
Shawn Davis 3 years ago
commit 8f7a6c5647
  1. 7
      sandbox/cli.py

@ -85,6 +85,13 @@ This command is used to parse configuration files and output the commands.
help="Filter the commands in the form of: attribute:value"
)
parser.add_argument(
"-i=",
"--inventory=",
dest="inventory",
help="Copy an inventory item to a local directory."
)
parser.add_argument(
"-o=",
"--option=",

Loading…
Cancel
Save