I love linux, and I love the command line. What I don't love is how, when I type `some-command --help`, I get 10 pages of documents. I'd like for there to be some standardization in CLI help documentation, where we get the basics and common uses first, and can opt into the rest
That's exactly what ripgrep has. `rg -h` gives you condensed output. `rg --help` gives you what's in the man page.
-
-
`rg -h` still gives me more than 1600 vertical px worth of help :-\
-
rg -h | less
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.