Maybe I missed something, but `Shlex` appears to return the same output for all these `$` characters: ```sh foo="$BAR" bar="\$baz" baz='$quux' ```
Maybe I missed something, but
Shlexappears to return the same output for all these$characters: