forked from Daniel.Sy/loic-go
Co-authored-by: Daniel Sy <Daniel.Sy@t-systems.com> Reviewed-on: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/Daniel.Sy/loic-go/pulls/4
This commit is contained in:
parent
e151b4a6e1
commit
483484e2e2
3 changed files with 16 additions and 4 deletions
|
|
@ -7,8 +7,8 @@ import (
|
|||
|
||||
var webCmd = &cobra.Command{
|
||||
Use: "web",
|
||||
Short: "Startet den Web-Server",
|
||||
Long: "Startet den Web-Server für myapp",
|
||||
Short: "starts the web server",
|
||||
Long: "starts the web UI for LOIC",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
web.Start()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue