We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I want to clear DOCUMENTATION, EXAMPLES and RETURN injected docs in a python script, I would use -c and call
-c
$ ansible-specdoc -c -i plugins/modules/metal_project.py
.. output of that is error:
usage: ansible-specdoc [-h] [-s] [-n MODULE_NAME] [-i INPUT_FILE] [-o OUTPUT_FILE] [-f {yaml,json,jinja2}] [-j] [-t TEMPLATE_FILE] [-c [CLEAR_INJECTED_FIELDS]] ansible-specdoc: error: Invalid format specified.
It complains about format, but what actually needs to happen is
$ ansible-specdoc -jc -i plugins/modules/metal_project.py
The error is a bit misleading, it would be good if it was clearer that "-c" must be passed with "-j"
No response
The text was updated successfully, but these errors were encountered:
zliang-akamai
No branches or pull requests
Expected Behavior
When I want to clear DOCUMENTATION, EXAMPLES and RETURN injected docs in a python script, I would use
-c
and call.. output of that is error:
It complains about format, but what actually needs to happen is
The error is a bit misleading, it would be good if it was clearer that "-c" must be passed with "-j"
Actual Behavior
No response
Steps to Reproduce
No response
Error Output
No response
The text was updated successfully, but these errors were encountered: