Skip to content
New issue

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

Cannot track files with spaces in name #8

Closed
chengsoonong opened this issue Jan 12, 2017 · 1 comment
Closed

Cannot track files with spaces in name #8

chengsoonong opened this issue Jan 12, 2017 · 1 comment

Comments

@chengsoonong
Copy link
Owner

$ touch dummy\ file.txt
$ wib track dummy\ file.txt
fatal: pathspec 'dummy' did not match any files

@chengsoonong
Copy link
Owner Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant