added --no-headers flag to disable header display in tabular modes

This commit is contained in:
2023-04-21 09:52:05 +02:00
parent 195f685584
commit 1acbdbc674
6 changed files with 37 additions and 14 deletions

View File

@@ -25,13 +25,14 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.0.14"
const Version string = "v1.0.15"
var VERSION string // maintained by -x
type Config struct {
Debug bool
NoNumbering bool
NoHeaders bool
Columns string
UseColumns []int
Separator string