Backy Command: {{.CmdName}}.

The command executed: {{.Command}} {{ if .Args }} {{- range .Args}} {{.}} {{end}} {{end}}

{{ if .Err }} Error: {{ .Err }}{{ end }}

{{ if .Output }} Output: {{- range .Output}} {{.}} {{end}} {{end}}

{{ if .CmdsRan }}
Commands executed (last one failed):
{{- range .CmdsRan}}
    - {{. -}}
{{end}}
{{ end }}

{{ if .CmdOutput }}{{- range .CmdOutput }}{{ printf "\n"}}Command output for {{ .CmdName }}:
{{- range .Output}}
    {{ . }}
{{ end }}{{ end }}
{{ end }}