Files
bl/cool-tools/internal/cmd/cmd.go
2025-06-20 17:13:51 +08:00

15 lines
311 B
Go

package cmd
import (
"github.com/gogf/gf/v2/os/gcmd"
)
var (
Main = gcmd.Command{
Name: "cool-tools",
Usage: "cool-tools [command] [args...]",
Brief: "cool-tools is a collection of tools for cool people.",
Description: `cool-tools is a collection of tools for cool people.`,
}
)