MCPcopy Create free account
hub / github.com/brimdata/super / Flags

Struct Flags

cli/cli.go:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Flags struct {
17 showVersion bool
18 cpuprofile string
19 memprofile string
20 trace string
21 cpuProfileFile *os.File
22 traceFile *os.File
23}
24
25func (f *Flags) SetFlags(fs *flag.FlagSet) {
26 fs.BoolVar(&f.showVersion, "version", false, "print version and exit")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected