diff --git a/aio/tools/transforms/templates/cli/lib/cli.html b/aio/tools/transforms/templates/cli/lib/cli.html index 038a5be3e9..c42407d655 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 $}>{% if option.enum.length > 0 %}={$ renderValues(option.enum) $}{% endif %} {$ option.description | marked $} {% if option.subcommands.length -%}