We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63019f commit 0915f99Copy full SHA for 0915f99
cmd/main.go
@@ -21,7 +21,7 @@ var (
21
)
22
23
var (
24
- app = kingpin.New("algo", "A command-line tool for algo-go repo.")
+ app = kingpin.New("leetcode-tool", "一个让你更方便刷题的工具.")
25
26
updateCmd = app.Command("update", "Update readme.")
27
0 commit comments