We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ touch dummy\ file.txt $ wib track dummy\ file.txt fatal: pathspec 'dummy' did not match any files
The text was updated successfully, but these errors were encountered:
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"
wib track "test\ file\ with\ space.txt"
Sorry, something went wrong.
No branches or pull requests
$ touch dummy\ file.txt
$ wib track dummy\ file.txt
fatal: pathspec 'dummy' did not match any files
The text was updated successfully, but these errors were encountered: