mirror of https://github.com/CrimsonTome/tldr.git
294 B
294 B
vala
Vala code runner. Tutorial: https://wiki.gnome.org/Projects/Vala/Tutorial. Doc homepage: https://valadoc.org/.
- Run a vala file, with gtk+:
vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}
- Display version info:
vala --version
- Display helper message:
vala --help