v <file>
The V Programming Language
Arguments
| Name | Description | 
|---|---|
| file | The file to compile | 
Subcommands
| Name | Description | 
|---|---|
| run | Compile and run the program | 
| crun | Compile if executable inexistent or not updated and run the program | 
| watch | Watch the file for changes and recompile | 
| new | Setup the file structure for a V project (in a sub folder) | 
| init | Setup the file structure for an already existing V project | 
| test | Run all test files in the provided directory | 
| fmt | Format the V code provided | 
| vet | Report suspicious code constructs | 
| doc | Generate documentation for a V module | 
| vlib-docs | Generate and open the documentation of all the vlib modules | 
| repl | Run the REPL | 
| where | Find and print the location of current project declarations | 
| symlink | Create a symbolic link for V | 
| up | Run the V self-updater | 
| self | Run the V self-compiler | 
| help | Display help for V | 
Options
| Name | Description | 
|---|---|
| --help, -h | Show help for V | 
| version, --version, -v | Show V installed version |