You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Before, "garble build -h" would print the same as "garble -h", which is too much and confusing, as it doesn't tell us much about "build". Now it's far better, and includes the output of "go build -h": $ garble build -h usage: garble [garble flags] build [arguments] This command wraps "go build". Below is its help: usage: go build [-o output] [build flags] [packages] Run 'go help build' for details. We do the same for "garble reverse -h", since it doesn't wrap a Go tool command. |
4 years ago | |
---|---|---|
.. | ||
bench-cache | 5 years ago | |
bench-nocache | 5 years ago | |
mod | 5 years ago | |
scripts | 4 years ago |