Files
tprint/options.go
2025-06-06 16:31:11 +02:00

7 lines
71 B
Go

package tprint
type TableOptions struct {
Header bool
Border bool
}