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
6c4845515b
commit
dca176e232
@ -20,7 +20,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for option in arguments %}
|
{% for option in arguments %}
|
||||||
<tr class="cli-option">
|
<tr class="cli-option">
|
||||||
<td><code>{$ option.name $}</code></td>
|
<td><code><<var>{$ option.name $}</var>></code></td>
|
||||||
<td>
|
<td>
|
||||||
{$ option.description | marked $}
|
{$ option.description | marked $}
|
||||||
{% if option.subcommands.length -%}
|
{% if option.subcommands.length -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user