Skip to content

Conversation

@jbellerb
Copy link

The option previously supported escaping spaces with backslash, but this was broken at some point. Spaces are correctly skipped, but the backslashes are never removed. As a result, it is impossible to use commands with arguments that include spaces.

Note that escaping requires a double backslash. The first backslash is always removed by fuse_opt_parse's own escape handling.

The option previously supported escaping spaces with backslash, but
this was broken at some point. Spaces are correctly skipped, but the
backslashes are never removed. As a result, it is impossible to use
commands with arguments that include spaces.

Note that escaping requires a double backslash. The first backslash is
always removed by `fuse_opt_parse`'s own escape handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant