mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-26 23:24:10 +02:00
295 B
295 B
vala
Vala code runner. Tutorial: https://wiki.gnome.org/Projects/Vala/Tutorial. More information: https://docs.vala.dev/index.html.
- Run a vala file, with gtk+:
vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}
- Display help:
vala --help
- Display version:
vala --version