The `\r` being the clue, the line endings in the f...
# sdf
e
The
\r
being the clue, the line endings in the file are Windows line endings instead of Linux, so I ran the
sdfcli
file through
dos2unix
to convert the line endings
👍 1