Closed davidfirst closed 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.
bit snap -m 'some message'
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.