|
|
@ -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" |
|
|
|
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( |
|
|
|
parser.add_argument( |
|
|
|
"-o=", |
|
|
|
"-o=", |
|
|
|
"--option=", |
|
|
|
"--option=", |
|
|
|