Of course, `--skip-links` may not be the most appropriate option name here. Something like `--no-warn-skipped-links` is more accurate, but more verbose at the same time.
local: add --skip-links to suppress symlink warnings
====================================================
Give users a way to explicitly acknowledge that symlinks are to be skipped without warnings.
I want an option like this because I sync a drive with tons of symlinks to Google Drive and don't want to be flooded with "Can't follow symlink without -L/--copy-links" messages every single time, which may even bury actually useful/actionable messages.