pub fn run_setup() -> Result<(), SetupError>Expand description
Run the interactive setup wizard.
§Errors
Returns an error if interactive prompts fail (e.g., stdin is not a TTY) or if file I/O fails during installation.
pub fn run_setup() -> Result<(), SetupError>Run the interactive setup wizard.
Returns an error if interactive prompts fail (e.g., stdin is not a TTY) or if file I/O fails during installation.