When using -l there is no way to follow symlinks.
In classic ls this is done with the -H flag which does not exist in lsd.
Expected behavior
$ ls -lH my_link
total 0
-rw-r--r-- 1 daniel users 0 Nov 28 15:33 bar
-rw-r--r-- 1 daniel users 0 Nov 28 15:33 baz
-rw-r--r-- 1 daniel users 0 Nov 28 15:33 foo
Actual behavior
$ ls -lH my_link
error: unexpected argument '-H' found
tip: to pass '-H' as a value, use '-- -H'
Usage: lsd [OPTIONS] [FILE]...
For more information, try '--help'.