mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Manpage documentation ALSO should be sorted
This commit is contained in:
parent
626203a7c9
commit
6a5df97393
3 changed files with 12 additions and 9 deletions
|
@ -13,7 +13,8 @@
|
|||
."
|
||||
{% if options %}
|
||||
.SH OPTIONS
|
||||
{% for (k,v) in options.iteritems() %}
|
||||
{% for k in option_keys %}
|
||||
{% set v = options[k] %}
|
||||
|
||||
.IP @{ k }@
|
||||
{% for desc in v.description %}@{ desc | jpfunc }@{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue