Updated documentation
This commit is contained in:
parent
3fb6061c30
commit
5905a5bfa5
2 changed files with 20 additions and 27 deletions
|
@ -14,10 +14,10 @@ func Help(w io.Writer, code int) int {
|
|||
Commands:
|
||||
|
||||
build [directory | file] build an executable from a file or directory
|
||||
--arch [arch] cross-compile for a different CPU architecture (x86, arm or riscv)
|
||||
--arch [arch] cross-compile for another CPU architecture [x86|arm|riscv]
|
||||
--assembler, -a show assembler instructions
|
||||
--dry, -d skip writing the executable to disk
|
||||
--os [os] cross-compile for a different OS (linux, mac or windows)
|
||||
--os [os] cross-compile for another OS [linux|mac|windows]
|
||||
--statistics, -s show statistics
|
||||
--verbose, -v show everything
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue