Added short form for variable definitions
This commit is contained in:
parent
4a2e306e80
commit
06d16b48da
6 changed files with 76 additions and 33 deletions
|
@ -24,6 +24,12 @@ Build a Linux ELF executable from `examples/hello`:
|
|||
./examples/hello/hello
|
||||
```
|
||||
|
||||
To produce verbose output, add the `-v` flag:
|
||||
|
||||
```shell
|
||||
./q build examples/hello -v
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
### [main.go](main.go)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue