sophuwu.site > quickstat
help menu
sophuwu sophie@skisiel.com
Thu, 11 Apr 2024 13:53:55 +0200
commit

277ad02124a632a454ff0e8e48fbf1c55fc3a17d

parent

59fe6786379b356826943775b8aa457b70690ed5

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M main.gomain.go

@@ -37,6 +37,9 @@ func init() {

if len(os.Args) > 1 { for _, arg := range os.Args[1:] { if strings.Count(arg, "-") < 2 { + if strings.ContainsAny(arg, "h?") { + Help() + } if strings.Contains(arg, "j") { CONFIG.Json = true }