We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33301a0 commit e438cccCopy full SHA for e438ccc
main.go
@@ -46,9 +46,9 @@ func main() {
46
if isHelp() {
47
fmt.Print("\n")
48
color.Cyan("clean-cache\n\n")
49
- fmt.Print(" -r --root 删除根目录\n\n")
50
fmt.Print("Description: go 写的清理 node 项目缓存,超级无敌快\n\n")
51
- fmt.Print("Usage: -d --dist 则会删除 dist 和 .output\n\n")
+ fmt.Print("Usage: -r --root 删除根目录\n\n")
+ fmt.Print(" -d --dist 则会删除 dist 和 .output\n\n")
52
fmt.Print(" -n --node_modules 则会删除 node_modules\n\n")
53
os.Exit(0)
54
}
0 commit comments