Skip to content

VG Language Commands

VG Language provides a command-line interface (CLI) for running .vg scripts.


Usage

To execute a VG script, use:

vg <file.vg> [options]

Help Command

To display the help command, use:

vg --help
that would display the following:
Usage: vg <file.vg> [options]
Options:
  --help        Show this help menu
  <file.vg>     The VG source file to interpret