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
parent a3a426b4c5
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',
]
)