pub fn cmd(setup_args: SetupArgs) -> Result<()>Expand description
Executes the setup command.
Handles configuration setup with interactive wizard for first-time setup,
or configuration removal when --delete is used.
§Arguments
setup_args- Parsed command-line arguments containing options
§Returns
Returns Ok(()) on successful configuration, or an error if the setup fails.