bughelp wanted
説明
tavianator@tachyon $ ln -s nowhere foo/bar/baz/link
tavianator@tachyon $ fd link foo -L
foo/bar/baz/link
tavianator@tachyon $ fd link foo -L --min-depth=1
tavianator@tachyon $ fd link foo -L --min-depth=0
tavianator@tachyon $
Because:
https://github.com/sharkdp/fd/blob/306cd99273125adb13af74c7801b6fab747fef5d/src/walk.rs#L447-L452
https://github.com/sharkdp/fd/blob/306cd99273125adb13af74c7801b6fab747fef5d/src/walk.rs#L510-L514