Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Build metadata, stamped via -ldflags (spec §7).
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App carries the global flag values and builds the engine/output per command.
type Output ¶
type Output struct {
// contains filtered or unexported fields
}
Output renders Rows in the chosen format, streaming where possible. Snowflake IDs are always strings (the Value objects tag them as such).
Click to show internal directories.
Click to hide internal directories.