summaryrefslogtreecommitdiff
path: root/clientmain.go
diff options
context:
space:
mode:
Diffstat (limited to 'clientmain.go')
-rw-r--r--clientmain.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/clientmain.go b/clientmain.go
index d75b8bc..91fcae0 100644
--- a/clientmain.go
+++ b/clientmain.go
@@ -12,8 +12,10 @@ import (
12 _ "time/tzdata" 12 _ "time/tzdata"
13) 13)
14 14
15var appVersion string
16
15func main() { 17func main() {
16 cmd := client.NewClientCommand() 18 cmd := client.NewClientCommand(appVersion)
17 19
18 if err := cmd.Execute(); err != nil { 20 if err := cmd.Execute(); err != nil {
19 log.Fatalf("Error running root command: %s", err) 21 log.Fatalf("Error running root command: %s", err)