install_exists

Diagnostic `nanook::cli::install_exists`

Summary

destination `{0}` already exists

Help

pass --force to overwrite, or pick a different --to

Details

When this fires

nanook install resolved a destination path that already has a file there, and you didn't pass --force. We refuse to clobber by default so you don't accidentally overwrite a different binary or a hand-managed symlink.

What to check

If the existing file is the previous nanook and you want to update in place:

nanook install --force

Or pick a different target:

nanook install --to ~/.local/bin/nanook-next