Skip to content

Commit

Permalink
document version command in help text
Browse files Browse the repository at this point in the history
Back in February we added the version command,
similar to Go's own "go version",
but we failed to add a mention in the help text.
  • Loading branch information
mvdan authored and lu4p committed Aug 24, 2021
1 parent 6b632d0 commit 0eba9c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ Similarly, to combine garble flags and Go build flags:
The following commands are supported:
build [packages] wraps "go build"
test [packages] wraps "go test"
reverse [files] de-obfuscates output such as stack traces
build [packages] replace "go build"
test [packages] replace "go test"
version print Garble version
reverse [files] de-obfuscate output such as stack traces
garble accepts the following flags before a command:
Expand Down

0 comments on commit 0eba9c2

Please sign in to comment.