提交
This commit is contained in:
14
cool-tools/internal/cmd/cmd.go
Normal file
14
cool-tools/internal/cmd/cmd.go
Normal file
@@ -0,0 +1,14 @@
|
||||
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.`,
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user