This commit is contained in:
2024-03-11 17:31:29 +08:00
parent 80994b835c
commit 7c8cb5d7f6
12 changed files with 616 additions and 116 deletions

8
cmd/root.go Normal file
View File

@ -0,0 +1,8 @@
package cmd
import "github.com/spf13/cobra"
var RootCmd = &cobra.Command{}
func init() {
}