-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to handle wildcard support #10
Comments
Thank you, @dmikushin ! Wildcard support added |
As of 62126de , there is an issue somewhere. With '*' all files are correctly displayed:
With
But I'm not sure if it is related to wildcard, because
What do you think? |
So, negative: I cannot reproduce your output of multiple |
@dmikushin , at least for fast checking can't reproduce.... |
Consider the following example:
Here I ask to list all .ttf files. Since the wildcard expansion is a part of the shell itself, facad sees expanded list of files. And fails, because it expects only one argument.
The expected correct behavior is to have the same as in ls:
The text was updated successfully, but these errors were encountered: