Paths, especially directories, that contain spaces fail when pushed over stdin since they're treated as multiple arguments. This adds quotes around these strings to treat them verbatim. In future, we may want to add HTTP escaping for Servant instances as well, but we haven't bumped into this yet.
Paths, especially directories, that contain spaces fail when pushed over
stdin
since they're treated as multiple arguments. This adds quotes around these strings to treat them verbatim. In future, we may want to add HTTP escaping for Servant instances as well, but we haven't bumped into this yet.