mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 06:11:07 -07:00
Add comment to command options dict
This commit is contained in:
parent
5e21c81ca4
commit
095400c45e
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ EXAMPLES = '''
|
||||||
creates: /path/to/database
|
creates: /path/to/database
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
# Dict of options and their defaults
|
||||||
OPTIONS = {'chdir': None,
|
OPTIONS = {'chdir': None,
|
||||||
'creates': None,
|
'creates': None,
|
||||||
'executable': None,
|
'executable': None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue