Fix status
This commit is contained in:
4
main.go
4
main.go
@@ -61,10 +61,10 @@ 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),
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:embed templates/docker-compose.yml
|
//go:embed templates/docker-compose.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user