mirror of https://github.com/CrimsonTome/tldr.git
298 B
298 B
vala
Vala code runner. Tutorial: https://wiki.gnome.org/Projects/Vala/Tutorial. More information: 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