mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Fixed option validation error
Fixed error on validation that block javascript documentation generation.
This commit is contained in:
parent
befad8f71f
commit
a53259a797
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue