10 lines
233 B
Cheetah
10 lines
233 B
Cheetah
{{- $email := promptStringOnce . "email" "Email address" -}}
|
|
{{- $fullName := promptStringOnce . "fullName" "Full Name" -}}
|
|
|
|
[data]
|
|
email = {{ $email | quote }}
|
|
fullName = {{ $fullName | quote }}
|
|
|
|
[edit]
|
|
command = "nvim"
|