mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Ensure that arguments for sub commands are properly indented (#37992)
This commit is contained in:
2
docs/templates/man.j2
vendored
2
docs/templates/man.j2
vendored
@@ -52,7 +52,7 @@ ACTIONS
|
|||||||
|
|
||||||
{% if actions[action]['options'] %}
|
{% if actions[action]['options'] %}
|
||||||
{% for option in actions[action]['options']|sort(attribute='options') %}
|
{% for option in actions[action]['options']|sort(attribute='options') %}
|
||||||
{% for switch in option['options'] if switch in actions[action]['option_names'] %}**{{switch}}**{% if option['arg'] %} '{{option['arg']}}'{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}
|
{% for switch in option['options'] if switch in actions[action]['option_names'] %} **{{switch}}**{% if option['arg'] %} '{{option['arg']}}'{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}
|
||||||
|
|
||||||
{{ (option['desc']) }}
|
{{ (option['desc']) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user