now verbose mode shows config file used

This commit is contained in:
Brian Coca 2015-07-04 10:23:30 -04:00
commit 5f791329ce
8 changed files with 22 additions and 6 deletions

View file

@ -76,6 +76,9 @@ class AdHocCLI(CLI):
def run(self):
''' use Runner lib to do SSH things '''
super(AdHocCLI, self).run()
# only thing left should be host pattern
pattern = self.args[0]