{{ if .Title }}
{{ partial "components/last-updated.html" . }}
{{ partial "components/pager.html" . }}
{{ partial "components/comments.html" . }}
{{ .Title }}
{{ end }} {{ $data := index .Site.Data .Params.context }} {{ range $data }}{{ .command }}
{{ .description }}
{{ if .cheatRequired }} Cheats are required for this command. {{ else }}Cheats are not required for this command.
{{ end }} {{ if .arguments }}Arguments
-
{{ range $argname, $argdesc := .arguments }}
{{ if $argname }}
{{ $argname }}- {{ $argdesc }} {{ else }}
- No arguments provided
- {{ $argdesc }} {{ end }} {{ end }}