There was an error while loading. Please reload this page.
1 parent 38e813b commit 3a45538Copy full SHA for 3a45538
1 file changed
cmd/doplan/main.go
@@ -0,0 +1,12 @@
1
+package main
2
+
3
+import (
4
+ "github.com/doplan/cli/internal/cli"
5
+)
6
7
+func main() {
8
+ // DoPlan CLI - Entry point
9
+ // Execute the root Cobra command
10
+ cli.Execute()
11
+}
12
0 commit comments