Skip to content

Commit d842752

Browse files
committed
fix: Add CLI entry point and update gitignore to only ignore binary output
1 parent 51e18d6 commit d842752

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmd/dev-cleaner/main.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
import (
4+
cmd "github.com/thanhdevapp/dev-cleaner/cmd/root"
5+
)
6+
7+
func main() {
8+
cmd.Execute()
9+
}

0 commit comments

Comments
 (0)