mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
webui: explain how to quit
This commit is contained in:
parent
26f488e6c5
commit
2daf2ddcf3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user