ui
Diagnostic `nanook::discover::ui`
Summary
interactive discover ui failed
Help
the modal needs a real TTY : fall back to --yes or --print to skip it
Details
When this fires
The interactive picker (Picker::pick in crates/nanook-discover/src/ui/mod.rs) couldn't run its ratatui modal. The CLI hits this in Discover::execute whenever nanook discover runs without --print or --yes, so it tries to spawn the terminal UI via nanook_tui::modal::run and the underlying ModalError bubbles up. Common triggers: stdout / stdin isn't a real TTY (CI, pipes, nohup), the terminal can't enter raw mode, or a redraw failed mid-session.
What to check
Skip the modal with --yes (accept all) or --print (dry-run TOML to stdout).