Back to Lego

Cmdhelp

docs/layouts/_shortcodes/cmdhelp.html

5.0.2220 B
Original Source

{{- $name := .Get "name" | default "lego help" -}} {{- $commands := index $.Site.Data.zz_cli_help "command" -}} {{- range $commands -}} {{- if eq .title $name }} {{ .content | safeHTML }} {{ end -}} {{- end -}}