package
0.5.16
Repository: https://github.com/gruntwork-io/boilerplate.git
Documentation: pkg.go.dev

# Functions

DetermineTemplateConfig decides what should be passed to TemplateUrl and TemplateFolder.
Convert the given string to a MissingConfigAction enum, or return an error if this is not a valid value for the MissingConfigAction enum.
Convert the given string to a MissingKeyAction enum, or return an error if this is not a valid value for the MissingKeyAction enum.
Parse the command line options provided by the user.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
exit with an error when there is a missing key.
No description provided by the author
print <no value> for any missing key.
No description provided by the author
No description provided by the author
print the zero value of the missing key.

# Structs

The command-line options for the boilerplate app.

# Type aliases

No description provided by the author
No description provided by the author
This type is an enum that represents what to do when the template folder passed to boilerplate does not contain a boilerplate.yml file.
This type is an enum that represents what we can do when a template looks up a missing key.