Fix status
This commit is contained in:
2
main.go
2
main.go
@@ -61,7 +61,7 @@ var sayCmd = &cobra.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var statusCmd = &cobra.Command{
|
var statusCmd = &cobra.Command{
|
||||||
Use: "cmd",
|
Use: "status",
|
||||||
Short: "Get the status of the server",
|
Short: "Get the status of the server",
|
||||||
Run: server.Status,
|
Run: server.Status,
|
||||||
Args: cobra.MinimumNArgs(1),
|
Args: cobra.MinimumNArgs(1),
|
||||||
|
|||||||
Reference in New Issue
Block a user