mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
release v1.0.16 (#8)
* add shortcut -H to --no-headers, it's too cumbersome to type * bump version * add -H to usage * re-generated --------- Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
@@ -19,13 +19,14 @@ package cfg
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/gookit/color"
|
||||
"os"
|
||||
"regexp"
|
||||
|
||||
"github.com/gookit/color"
|
||||
)
|
||||
|
||||
const DefaultSeparator string = `(\s\s+|\t)`
|
||||
const Version string = "v1.0.15"
|
||||
const Version string = "v1.0.16"
|
||||
|
||||
var VERSION string // maintained by -x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user