Added short form for variable definitions

This commit is contained in:
Eduard Urbach 2024-06-14 18:03:54 +02:00
parent 4a2e306e80
commit 06d16b48da
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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)