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

Struct Flags

cli/outputflags/flags.go:22–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type Flags struct {
23 anyio.WriterOpts
24 DefaultFormat string
25 color bool
26 forceBinary bool
27 jsonPretty bool
28 jsonShortcut bool
29 outputFile string
30 pretty int
31 split string
32 splitSize auto.Bytes
33 supPersist string
34 supPretty bool
35 supShortcut bool
36 unbuffered bool
37}
38
39func (f *Flags) Options() anyio.WriterOpts {
40 return f.WriterOpts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected