Added short form for variable definitions

This commit is contained in:
Eduard Urbach 2024-06-14 18:03:54 +02:00
parent 6de8ac7b9f
commit 65791ea5a1
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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)