{% import 'lib/cli.html' as cli %} {% import "../lib/githubLinks.html" as github -%}
{% include 'include/cli-breadcrumb.html' %} {% include 'include/cli-header.html' %}
{$ doc.shortDescription | marked $} {$ cli.renderSyntax(doc) $} {% if doc.longDescription.length %}

{$ github.githubLinks(doc.longDescriptionDoc, cliVersionInfo) $} Description

{$ doc.longDescription | marked $} {% endif%} {% if doc.subcommands.length %}

This command has the following sub-commands:

{% endif %} {$ cli.renderArguments(doc.positionalOptions, 2) $} {$ cli.renderNamedOptions(doc.namedOptions, 2) $} {$ cli.renderSubcommands(doc) $}