Is your feature request related to a problem? Please describe.
sometimes in a template | quote isn't enough, for example
command: 'git commit --message "{{.Form.Type}}{{ if .Form.Scope }}({{ .Form.Scope }}){{ end }}{{.Form.Breaking}}: {{.Form.Message }}"' will break if .Form.Message contains "
Describe the solution you'd like
like we have | quote would be nice to have | escape or something similar (maybe a replace?) so we can escape quotes
Describe alternatives you've considered
Alternatively, something like sprig could be useful
Additional context
Is your feature request related to a problem? Please describe.
sometimes in a template
| quoteisn't enough, for examplecommand: 'git commit --message "{{.Form.Type}}{{ if .Form.Scope }}({{ .Form.Scope }}){{ end }}{{.Form.Breaking}}: {{.Form.Message }}"'will break if .Form.Message contains"Describe the solution you'd like
like we have
| quotewould be nice to have| escapeor something similar (maybe a replace?) so we can escape quotesDescribe alternatives you've considered
Alternatively, something like sprig could be useful
Additional context