--- title: {{.Title}} content_type: tool-reference auto_generated: true no_list: {{.NoList}} --- {{ html ``}} ## Synopsis {{.Description}} {{- if .UseLine}} ``` {{.UseLine}} ``` {{- end}} {{- if .Example}} ## Examples ``` {{html .Example}} ``` {{- end}} {{- if .Options}} ## Options {{template "options" .Options}} {{- end}} {{- if .InheritedOptions}} ## Options inherited from parent commands {{- template "options" .InheritedOptions}} {{- end}} {{- if .Links}} ## See Also {{range .Links}} * [{{.Name}}]({{.Path}}){{"\t"}} - {{.Description}} {{- end}} {{- end}}