andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.1k stars 147 forks source link

link: only log ignored castles with verbose #216

Closed oreinert closed 1 year ago

oreinert commented 1 year ago

The link command ignores castles without a home directory, and logs a message about it.

I think this messages should only be shown when verbose output is enabled, similar to the treatment of files whose links remain unchanged. This also matches the no news is good news principle most Unix programs operate by, where no output means it either did nothing, or exactly what you asked for.

andsens commented 1 year ago

Agreed. Can you change the branch to development?

oreinert commented 1 year ago

Certainly - done. (Good catch)