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

lsp -l cannot take an argument #7

Open
kseistrup opened this issue Sep 17, 2014 · 2 comments
Open

lsp -l cannot take an argument #7

kseistrup opened this issue Sep 17, 2014 · 2 comments

Comments

@kseistrup
Copy link

Perhaps it's a feature, but I expected to be able to do a lsp -l /path/to/destination/. However,

$ mkdir -p /tmp/a/b
$ ls /tmp/a/
b
$ lsp -l /tmp/a/
Unable to list directory: open /home/kseistrup/ /tmp/a: no such file or directory
$ lsp -l/tmp/a/
[··· 193 lines deleted ···]
                                lsp "~", 181 files, 69 directories
$ 

WTF?

@dborzov
Copy link
Owner

dborzov commented Sep 17, 2014

Yeah, I see the issue

@jamesalbert
Copy link

it works if you do lsp <path> -t

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

3 participants