We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If I do parse("#abc def ghi"), instead of [{ comment: "abc def ghi" }], the result is [{ comment: "abcdef ghi" }].
parse("#abc def ghi")
[{ comment: "abc def ghi" }]
[{ comment: "abcdef ghi" }]
(Tested with shell-quote version 1.8.0.)
If I do
parse("#abc def ghi"), instead of[{ comment: "abc def ghi" }], the result is[{ comment: "abcdef ghi" }].(Tested with shell-quote version 1.8.0.)