lsp icon indicating copy to clipboard operation
lsp copied to clipboard

Help option

Open abhijitkane opened this issue 11 years ago • 2 comments

Hi, thanks for the nice tool.

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

abhijitkane avatar Sep 16 '14 16:09 abhijitkane

bump

sg-s avatar Sep 16 '14 20:09 sg-s

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()

dborzov avatar Sep 17 '14 00:09 dborzov