build(docs-infra): render CLI arguments consistently (#26272)
In the command syntax, arguments are rendered as `var`s enclosed in angle brackets. So this is now repeated in the arguments table too. PR Close #26272
This commit is contained in:
parent
03bf0d6b41
commit
6c530d3a85
|
@ -20,7 +20,7 @@
|
|||
<tbody>
|
||||
{% for option in arguments %}
|
||||
<tr class="cli-option">
|
||||
<td><code>{$ option.name $}</code></td>
|
||||
<td><code><<var>{$ option.name $}</var>></code></td>
|
||||
<td>
|
||||
{$ option.description | marked $}
|
||||
{% if option.subcommands.length -%}
|
||||
|
|
Loading…
Reference in New Issue