From 0eba9c210c91900535c4dea20b0dca7a53ee59a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 24 Aug 2021 17:45:59 +0100 Subject: [PATCH] document version command in help text 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. --- main.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 7ea087d..e1b84d7 100644 --- a/main.go +++ b/main.go @@ -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: