Files
umbrix-libcore/cmd/cmd_service.go
Omid The Great a5435e6101 .
2024-01-28 17:38:37 +03:30

11 lines
138 B
Go

package main
import (
"github.com/spf13/cobra"
)
var commandService = &cobra.Command{
Use: "service",
Short: "Sign box service",
}