diff --git a/sandbox/cli.py b/sandbox/cli.py index fc41f57..5108db6 100755 --- a/sandbox/cli.py +++ b/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=",