Skip to content

Commit

Permalink
Merge pull request #158 from karldoenitz/feature-v2.0.1
Browse files Browse the repository at this point in the history
bug fix #133
  • Loading branch information
karldoenitz authored Nov 15, 2024
2 parents fbf90cc + 4940fa3 commit 78566f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external_tools/tiger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func execConf(arg string) {

func main() {
// 获取命令行参数,根据参数判断是否是创建demo,
// 如果创建demo,则直接把`DemoCode`注入到目标文件中就行
// 如果创建demo,则直接把常变量`DemoCode`注入到目标文件中就行
// tiger支持的命令:
// - create xxx: 创建项目
// - addHandler xxx: 增加xxx命名的handler
Expand Down

0 comments on commit 78566f7

Please sign in to comment.