You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: klog/app/cli/index.go
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import (
8
8
kc "github.com/jotaen/kong-completion"
9
9
)
10
10
11
-
varINTRO_SUMMARY="command-line tool for time tracking in a human-readable, plain-text file format.\nSee "+KLOG_WEBSITE_URL+" for documentation."
11
+
varINTRO_SUMMARY="klog is a command-line tool for time tracking in a human-readable, plain-text file format.\nSee "+KLOG_WEBSITE_URL+" for documentation.\n"
12
12
13
13
// Guideline for help texts and descriptions:
14
14
// - Command and flag descriptions are phrased in imperative style, and they
@@ -56,8 +56,7 @@ type Default struct {
56
56
}
57
57
58
58
func (opt*Default) Help() string {
59
-
return`
60
-
klog is `+INTRO_SUMMARY+`
59
+
returnINTRO_SUMMARY+`
61
60
62
61
Time-tracking data is stored in files ending in the '.klg' extension.
63
62
You can use the subcommands listed below to evaluate, manipulate and manage your files.
0 commit comments