We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9377664 commit 9a17f7eCopy full SHA for 9a17f7e
main.go
@@ -0,0 +1,7 @@
1
+package main
2
+
3
+import "github.com/Walon-Foundation/backend-starter-cli/cmd"
4
5
+func main() {
6
+ cmd.Execute()
7
+}
0 commit comments