Minor error handling tweaks (yell if no args) for ansible-command and some minor

style bits (underscores between compound words, use dest always in optparse)
This commit is contained in:
Michael DeHaan 2012-02-28 00:28:43 -05:00
commit 0321afb1e3
3 changed files with 28 additions and 20 deletions

View file

@ -30,5 +30,6 @@ setup(name='ansible',
],
scripts=[
'bin/ansible',
'bin/ans-command',
]
)