Skip to content
#

sourcegraph

Here are 27 public repositories matching this topic...

varungandhi-src
varungandhi-src commented Feb 1, 2022

For src CLI, it looks like help text with --help is output to either stderr or a mix of stdout and stderr.

For example, src --help seems to output everything to stderr. src lsif upload --help seems to output some text to stdout and some to stderr.

In either case, you need an extra 2&>1 if you want to pipe the output to a pager. My understanding is outputting help text to stderr is

Improve this page

Add a description, image, and links to the sourcegraph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sourcegraph topic, visit your repo's landing page and select "manage topics."

Learn more