Add template for default data

main
Buddy Sandidge 2 years ago
parent 3bc585e72b
commit f740e5925d

@ -0,0 +1,6 @@
{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}}
{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}}
[data]
hellotech = {{ $hellotech }}
include_legacy = {{ $include_legacy }}
Loading…
Cancel
Save