mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add comment to command options dict
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user