diff --git a/Makefile b/Makefile index 3438ecf..9ffbe25 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ build: @go build -o bin/api cmd/api/main.go @go build -o bin/wasmserver cmd/wasmserver/main.go - @go build -o bin/run cmd/cli/main.go + @go build -o bin/raptor cmd/cli/main.go wasmserver: build @./bin/wasmserver @@ -20,7 +20,7 @@ proto: clean: @rm -rf bin/api @rm -rf bin/wasmserver - @rm -rf bin/run + @rm -rf bin/raptor goex: GOOS=wasip1 GOARCH=wasm go build -o examples/go/app.wasm examples/go/main.go diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 6ee597a..81178b1 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -18,9 +18,7 @@ import ( func printUsage() { fmt.Printf(` -Usage: run [OPTIONS] COMMAND - -Run any application in the cloud and on the edge +Usage: raptor [OPTIONS] COMMAND Options: --env Set and environment variable [--env foo=bar]