.--. . .--. ---.. / .. ... / .- -. -. --- -.-- .. -. --.

This commit is contained in:
Brian Coca 2017-03-24 12:38:16 -04:00 committed by Brian Coca
parent 18a7a1ec31
commit 2a2e02aea4
3 changed files with 9 additions and 10 deletions

View file

@ -61,10 +61,8 @@ class ConsoleCLI(CLI, cmd.Cmd):
''' a REPL that allows for running ad-hoc tasks against a chosen inventory (based on dominis' ansible-shell).'''
modules = []
ARGUMENTS = {
'host-pattern': 'A name of a group in the inventory, a shell-like glob '
'selecting hosts in inventory or any combination of the two separated by commas.',
}
ARGUMENTS = { 'host-pattern': 'A name of a group in the inventory, a shell-like glob '
'selecting hosts in inventory or any combination of the two separated by commas.', }
def __init__(self, args):