mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Move sg's docgen code into lib/cliutil/docgen for sharing with the mi CLI. In the future we can move other useful utilities for urfave/cli and CLIs in general into this set of subpackages for use in mi.
4 lines
153 B
Go
4 lines
153 B
Go
// Package cliutil and its subpackages provide utilities for the github.com/urfave/cli/v2
|
|
// library and CLIs at Sourcegraph in general.
|
|
package cliutil
|