diff options
Diffstat (limited to 'commands/webui.go')
-rw-r--r-- | commands/webui.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/webui.go b/commands/webui.go index d44bebba..aea8295a 100644 --- a/commands/webui.go +++ b/commands/webui.go @@ -86,6 +86,7 @@ func runWebUI(cmd *cobra.Command, args []string) error { fmt.Printf("Web UI: %s\n", webUiAddr) fmt.Printf("Graphql API: http://%s/graphql\n", addr) fmt.Printf("Graphql Playground: http://%s/playground\n", addr) + fmt.Println("Press Ctrl+c to quit") err = open.Run(webUiAddr) if err != nil { |