Expand description
This module provides interactive utilities for setting up application configurations based on user input.
Structs§
- Args
Placeholder - Represents internal placeholders to be replaced.
- Assets
Option Iter - An iterator over the variants of AssetsOption
- Background
Option Iter - An iterator over the variants of BackgroundOption
- DBOption
Iter - An iterator over the variants of DBOption
- Selections
- Holds the user’s configuration selections.
- Template
Iter - An iterator over the variants of Template
Enums§
Functions§
- app_
name - Prompts the user to enter an application name, with optional pre-set name input. Validates the name to ensure compliance with required naming rules.
- start
- start wizard
- warn_
if_ in_ git_ repo - Warns the user if the current directory is inside a Git repository and prompts them to confirm whether they wish to proceed. If declined, an error is returned.