summaryrefslogtreecommitdiffstats
path: root/cmd/ship/root_v2.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ship/root_v2.go')
-rw-r--r--cmd/ship/root_v2.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/ship/root_v2.go b/cmd/ship/root_v2.go
index 03c99e7..4101d4e 100644
--- a/cmd/ship/root_v2.go
+++ b/cmd/ship/root_v2.go
@@ -7,6 +7,8 @@ import (
7 "github.com/spf13/cobra" 7 "github.com/spf13/cobra"
8) 8)
9 9
10var hostFlag string
11
10// This file defines the v2 CLI structure. 12// This file defines the v2 CLI structure.
11// The primary command is: ship [PATH] [FLAGS] 13// The primary command is: ship [PATH] [FLAGS]
12// All output is JSON by default. 14// All output is JSON by default.