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

Help option #1

Open
abhijitkane opened this issue Sep 16, 2014 · 2 comments
Open

Help option #1

abhijitkane opened this issue Sep 16, 2014 · 2 comments

Comments

@abhijitkane
Copy link

Hi, thanks for the nice tool.

Is a lsp --help or something in the pipeline? Where all the possible command-line options are shown?

@sg-s
Copy link

sg-s commented Sep 16, 2014

bump

@dborzov
Copy link
Owner

dborzov commented Sep 17, 2014

Yeah, definitely will need to add that. If anyone wants to chip in, please let me know.

It should be pretty straightforward. One thing here is that ls switch style is different from the classic flag library flags. Keys there are always one letter and can come in a string so that ls -ltr dirpath is equivalent to ls -l -t -r dirpath. So I wrote lsp's own flag parser: see arguments.go@parseArguments()

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

Successfully merging a pull request may close this issue.

3 participants