flossbank/cli

Quotes are stripped for args passed through to package managers

joelwass opened this issue · 2 comments

From https://twitter.com/sebsilbermann/status/1286616779033387008:

Quote strings seem to be stripped e.g. in yarn test --grep "Tooltip /" the quotes get stripped resulting in mocha --grep Tooltip / which is not the same

Looks like this can be repro'd with any package manager args that include a space

Fixed on

$ flossbank --version
0.0.35

Yay! Thanks for confirming @eps1lon