mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
99c7af4917
Mass update for more specific "more info" links
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