feat: added utils cli

This commit is contained in:
Marvin Zhang
2024-11-20 15:47:30 +08:00
parent 18f3a8e264
commit db6a379095
7 changed files with 151 additions and 2 deletions

10
cli/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/crawlab-team/crawlab/cli
go 1.22
require github.com/spf13/cobra v1.8.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)