Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColumnOptions ¶
type ColumnOptions struct {
Table bool // -t: determine column count based on input
Separator string // -s: column delimiter characters for -t option
OutputSep string // -o: output separator for table mode
Columns int // -c: output is formatted for display width of N (default 80)
FillRows bool // -x: fill rows before columns
NoMerge bool // -n: do not merge multiple adjacent delimiters
Right bool // -R: right-align columns
JSON bool // -J: output as JSON
TableName string // -N: table name for JSON output
ColumnHeaders string // -H: specify column headers
}
ColumnOptions configures the column command behavior
Click to show internal directories.
Click to hide internal directories.