Checks for broken symbolic links.
shell
cargo install check-symlinks
By default, checks all files recursively from the current working directory,
shell
$ check-symlinks
"./broken_link" is not a valid symlink
File paths can also be passed,
shell
$ check-symlinks broken_link doesnt_exist
"./broken_link" is not a valid symlink
NOTE: file arguments which don't exist are ignored.