aboutsummaryrefslogtreecommitdiff
path: root/cmd/yeet/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/yeet/main.go')
-rw-r--r--cmd/yeet/main.go14
1 files changed, 2 insertions, 12 deletions
diff --git a/cmd/yeet/main.go b/cmd/yeet/main.go
index 6eca911..f574f04 100644
--- a/cmd/yeet/main.go
+++ b/cmd/yeet/main.go
@@ -26,9 +26,8 @@ import (
)
var (
- fname = flag.String("fname", "yeetfile.js", "filename for the yeetfile")
- flyctl = flag.String("flyctl-path", flyctlPath(), "path to flyctl binary")
- protocPath = flag.String("protoc-path", "protoc", "path to protoc binary")
+ fname = flag.String("fname", "yeetfile.js", "filename for the yeetfile")
+ flyctl = flag.String("flyctl-path", flyctlPath(), "path to flyctl binary")
)
func flyctlPath() string {
@@ -149,15 +148,6 @@ func hostname() string {
return result
}
-type protocInput struct {
- Input string `json:"input"`
- Output string `json:"output"`
- Kinds []struct {
- Kind string `json:"kind"`
- Opt string `json:"opt"`
- } `json:"kinds"`
-}
-
func main() {
internal.HandleStartup()