1
0
This commit is contained in:
Jeff Lance 2024-03-04 13:53:17 +01:00
parent 8d020ce8f9
commit 2c75f41837

View File

@ -1,5 +1,5 @@
{{- $email := promptStringOnce . "email" "Email address " }}
{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " }}
{{- $email := promptString "Git main email address " ""}}
{{- $mbsyncAccountNumber := promptInt "How many mbsync accounts would you generate " 0 }}
{{- $mbsyncAccountNumber = $mbsyncAccountNumber | int -}}
[data]