Closed chengsoonong closed 7 years ago
It seems that click's parsing of arguments already splits this and cannot be unsplit.
A workaround (added to README under FAQ) is to add quotes and to escape the spaces.
E.g.
wib track "test\ file\ with\ space.txt"
$ touch dummy\ file.txt $ wib track dummy\ file.txt fatal: pathspec 'dummy' did not match any files