Skip to main content

run_setup_wizard

Function run_setup_wizard 

Source
pub fn run_setup_wizard() -> Result<PathBuf, SetupError>
Expand description

Run the interactive setup wizard.

Guides the user through selecting an NMS save file by:

  1. Detecting the platform-default NMS save directory
  2. Listing account directories
  3. Listing save slots within the selected account
  4. Optionally saving the selection to ~/.nms-copilot/config.toml

Returns the resolved path to the selected save file.