From 6c530d3a85ff13a1a91dc04c1afff62deb936257 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 5 Oct 2018 08:46:21 +0100 Subject: [PATCH] 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 --- aio/tools/transforms/templates/cli/lib/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/transforms/templates/cli/lib/cli.html b/aio/tools/transforms/templates/cli/lib/cli.html index 4255d314c6..fccf02bcf1 100644 --- a/aio/tools/transforms/templates/cli/lib/cli.html +++ b/aio/tools/transforms/templates/cli/lib/cli.html @@ -20,7 +20,7 @@ {% for option in arguments %} - {$ option.name $} + <{$ option.name $}> {$ option.description | marked $} {% if option.subcommands.length -%}