show short help with -h (#76)

This commit is contained in:
T.v.Dein
2025-10-02 21:34:38 +02:00
committed by GitHub
parent 6f0f5afb27
commit 8c87da34f2
4 changed files with 27 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.5.6"
const Version string = "v1.5.7"
const MAXPARTS = 2
var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"