Added short form for variable definitions

This commit is contained in:
2024-06-14 18:03:54 +02:00
parent 6de8ac7b9f
commit 65791ea5a1
6 changed files with 76 additions and 33 deletions

View File

@ -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)