Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-cn committed May 13, 2023
1 parent 9721ced commit f3a507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion istep.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var configuration = new(Configuration)
var wg = sync.WaitGroup{}

func main() {
root := goter.NewRootCmdWithAction("istep", "基于zeep life修改步数的程序", "1.0", func(command *cobra.Command, strings []string) {
root := goter.NewRootCmdWithAction("istep", "基于zeep life修改步数的程序", env.VERSION, func(command *cobra.Command, strings []string) {
fmt.Printf("【istep】%v读取配置文件%s\n", time.Now(), env.CfgFile.Value)
// 读取配置文件
data, err := os.ReadFile(env.CfgFile.Value)
Expand Down

0 comments on commit f3a507f

Please sign in to comment.