diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-19 21:12:37 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-19 21:45:52 +0200 |
commit | 2daf2ddcf39c605eaa6c9a5bba82cf5b1efd9a7c (patch) | |
tree | ab940f01e8449bdc13974c7cfdb8f1a95c892c65 /commands/webui.go | |
parent | 26f488e6c55969c340b61c5bccbbe5f1be92e836 (diff) | |
download | git-bug-2daf2ddcf39c605eaa6c9a5bba82cf5b1efd9a7c.tar.gz |
webui: explain how to quit
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 { |