Skip to content

Commit

Permalink
fixed namings
Browse files Browse the repository at this point in the history
  • Loading branch information
anthdm committed Jan 7, 2024
1 parent f27edfc commit 8d75b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 1 addition & 3 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8d75b9b

Please sign in to comment.