v Command Examples

A tool for managing V source code. More information: https://docs.vlang.io/getting-started.html.

v {{path/to/file.v}}

v .

v run {{path/to/file.v}}

v crun {{path/to/file.v}}

v watch {{path/to/file.v}}

v watch run {{path/to/file.v}}

v repl

v fmt -w {{path/to/file.v}}