From d6b47c75da19cb4bc9fc9a42f9a8e458af7c9584 Mon Sep 17 00:00:00 2001 From: Shawn Davis Date: Tue, 22 Feb 2022 10:50:57 -0600 Subject: [PATCH] Added inventory switch to new CLI refactor. --- sandbox/cli.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sandbox/cli.py b/sandbox/cli.py index c87096b..668c564 100755 --- a/sandbox/cli.py +++ b/sandbox/cli.py @@ -82,6 +82,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=",