Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectUserInputs ¶
func CollectUserInputs(collector inputsCollector) error
func ParseCLIArgsInputs ¶
Parse CLI args that were passed to the templating system. Argse are parsed and those that have values are stored in the inputsCollector.
Types ¶
type PromptResponse ¶
type Prompter ¶
type Prompter interface { GetID() string Prompt() (PromptResponse, error) SetStringResponse(string) (PromptResponse, error) }
Prompter is a user-input prompter capabale of storing user inputs as well as prompting for interactive user input
Click to show internal directories.
Click to hide internal directories.