init_wizard
Diagnostic `nanook::cli::init_wizard`
Summary
interactive init wizard failed
Help
the wizard needs a real TTY : try --template for a non-interactive starter file
Details
When this fires
nanook init tried to launch the interactive wizard but the modal couldn't run. Like discover_ui, this is almost always a TTY issue: redirected stdin/stdout, CI environment, or a shell that doesn't expose a real terminal. The inner ModalError carries the underlying ratatui/crossterm complaint.
What to check
Skip the wizard with --template and edit the resulting file by hand:
That writes the bundled init.toml starter, which you can trim down. If you do want the wizard, run from a real TTY.