teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.87k stars 927 forks source link

fix(cli-server), parse string arguments correctly #9087

Closed davidfirst closed 2 months ago

davidfirst commented 2 months ago

Fixing a bug when an arg was entered as a string (e.g. bit snap -m 'some message', the string was split into multiple args instead of treating it as one argument.