{{- $email := promptStringOnce . "email" "Email address" -}} {{- $fullName := promptStringOnce . "fullName" "Full Name" -}} [data] email = {{ $email | quote }} fullName = {{ $fullName | quote }} [edit] command = "nvim" [merge] command = "bcomp" args = [ {{ printf "%q" "{{ .Destination }}" }}, {{ printf "%q" "{{ .Source }}" }}, {{ printf "%q" "{{ .Target }}" }}, {{ printf "%q" "{{ .Source }}" }}, ]