Allow sourcing prompt answers from env variables #14

Merged
jolheiser merged 1 commits from env into main 2020-12-29 03:21:41 +00:00
Owner

Fixes #12

Fixes #12
jolheiser added 1 commit 2020-12-29 03:17:16 +00:00
Allow sourcing prompt answers from env variables
Signed-off-by: jolheiser <john.olheiser@gmail.com>
All checks were successful
continuous-integration/drone/pr Build is passing
979bdf1698
jolheiser merged commit d4c47101ab into main 2020-12-29 03:21:41 +00:00
jolheiser deleted branch env 2020-12-29 03:21:45 +00:00
jolheiser reviewed 2020-12-29 17:41:48 +00:00
Dismissed
@ -68,3 +68,3 @@
}
newDest := strings.TrimPrefix(walkPath, base+"/")
newDest := strings.TrimPrefix(walkPath, base+string(filepath.Separator))
Author
Owner

This fixes tmpl on Windows.

This fixes `tmpl` on Windows.
jolheiser marked this conversation as resolved
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jolheiser/tmpl#14
No description provided.