discover_ui

Diagnostic `nanook::cli::discover_ui`

Summary

interactive discover ui failed

Help

the modal needs a real TTY : try --yes to skip the picker, or --print to dry-run

Details

When this fires

nanook discover tried to open the interactive ratatui picker but the terminal isn't a real TTY. Happens in CI, under nohup, behind some IDE shells, or when stdin/stdout has been redirected. The picker needs raw mode and an alt-screen, neither work without a real terminal.

What to check

You have two non-interactive escape hatches:

# accept all candidates without prompting
nanook discover --yes

# print proposed config to stdout, write nothing
nanook discover --print