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 bb93762 commit 4473eaaCopy full SHA for 4473eaa
cmd/plugin/main.go
@@ -0,0 +1,7 @@
1
+package main
2
+
3
+import "fmt"
4
5
+func main() {
6
+ fmt.Println("WIP - Placeholder for CLI plugin entrypoint")
7
+}
0 commit comments