MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Usage

Method Usage

cmd/cql/internal/base.go:97–101  ·  view source on GitHub ↗

Usage print base usage help info.

()

Source from the content-addressed store, hash-verified

95
96// Usage print base usage help info.
97func (c *Command) Usage() {
98 fmt.Fprintf(os.Stdout, "usage: %s\n", c.UsageLine)
99 fmt.Fprintf(os.Stdout, "Run 'cql help %s' for details.\n", c.LongName())
100 os.Exit(2)
101}
102
103// Runnable reports whether the command can be run; otherwise
104// it is a documentation pseudo-command such as importpath.

Callers 1

mainFunction · 0.80

Calls 1

LongNameMethod · 0.95

Tested by

no test coverage detected