initial commit

This commit is contained in:
2025-06-06 16:31:11 +02:00
commit f4b3ff36ae
8 changed files with 334 additions and 0 deletions

6
options.go Normal file
View File

@ -0,0 +1,6 @@
package tprint
type TableOptions struct {
Header bool
Border bool
}