mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
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:
parent
a3a426b4c5
commit
0321afb1e3
3 changed files with 28 additions and 20 deletions
1
setup.py
1
setup.py
|
@ -30,5 +30,6 @@ setup(name='ansible',
|
|||
],
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
'bin/ans-command',
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue