fix: suppress recursive hint when already configured #71
Reference in New Issue
Block a user
Delete Branch "fix/install-recursive-hint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
sudo numa installno longer prints the "Want full DNS sovereignty?" hint whennuma.tomlalready hasupstream.mode = "recursive"print_recursive_hint()helper that loads the config firstTest plan
cargo test --lib— 142 passedcargo clippy -- -D warnings— cleancargo fmt --check— cleansudo numa installwithmode = "recursive"in numa.toml — hint should NOT appearsudo numa installwith default config — hint should appear🤖 Generated with Claude Code