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

Method SetFlags

cli/cli.go:25–30  ·  view source on GitHub ↗
(fs *flag.FlagSet)

Source from the content-addressed store, hash-verified

23}
24
25func (f *Flags) SetFlags(fs *flag.FlagSet) {
26 fs.BoolVar(&f.showVersion, "version", false, "print version and exit")
27 fs.StringVar(&f.cpuprofile, "cpuprofile", "", "write cpu profile to given file name")
28 fs.StringVar(&f.memprofile, "memprofile", "", "write memory profile to given file name")
29 fs.StringVar(&f.trace, "trace", "", "write trace to given file name")
30}
31
32type Initializer interface {
33 Init() error

Callers 2

runInternalFunction · 0.95
newInputReaderFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected