gotelem/cmd/server.go

12 lines
176 B
Go
Raw Normal View History

2023-04-14 20:42:16 +00:00
package cmd
import (
"github.com/urfave/cli/v2"
)
var serveCmd = &cli.Command{
Name: "serve",
Aliases: []string{"server", "s"},
Usage: "Start a telemetry server",
}