mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Merge pull request #2527 from mavimo/patch-1
Docs generator: fixed option (type) validation error
This commit is contained in:
@@ -164,7 +164,7 @@ def main():
|
|||||||
p.add_option("-t", "--type",
|
p.add_option("-t", "--type",
|
||||||
action='store',
|
action='store',
|
||||||
dest='type',
|
dest='type',
|
||||||
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown'],
|
choices=['html', 'latex', 'man', 'rst', 'json', 'markdown', 'js'],
|
||||||
default='latex',
|
default='latex',
|
||||||
help="Output type")
|
help="Output type")
|
||||||
p.add_option("-m", "--module",
|
p.add_option("-m", "--module",
|
||||||
|
|||||||
Reference in New Issue
Block a user