pub fn run_non_interactive(args: &SetupArgs, env: &SetupEnv) -> Result<()>Expand description
The non-interactive arm: apply flags to the config on disk and save.
Kept working byte-for-byte because it is the documented headless path and an integration test spawns the real binary through it.