-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Required argument --pattern
not found even when given
#237
Comments
That is a bug. I'll work on getting that fixed ASAP. As for your questions:
|
With log files or static assets or in just a lot of cases, it happen that I have a couple hundred files in a directory. With It's not a huge problem to be honest, but old habits die hard. |
ahhh okay that makes sense. Ignore what I said earlier about it not being possible, I didn't correctly envision what you were asking for. It should definitely be possible. I'll add that into my list of todos to include in the next release. |
I wanted to used
erd
as anls
replacement. Sincels
allows globbing without flags, I thought to make an alias for erd with the-p
already present.I made it like this:
In config file:
and then the aliases:
And I tried to use it like
lsf '*'
I get the following error:
If I run
lsf --pattern '*'
I get the following error:
But if I run
ls --glob --pattern '*'
then it works.
Beyond this main issue, I have some other minor requests / questions as well.
The text was updated successfully, but these errors were encountered: