mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
help: document existence of vet (#5816)
This commit is contained in:
parent
e9c144bf98
commit
ee46c8075f
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ V supports the following commands:
|
||||||
run Compile and run a V program.
|
run Compile and run a V program.
|
||||||
test Run all test files in the provided directory.
|
test Run all test files in the provided directory.
|
||||||
fmt Format the V code provided.
|
fmt Format the V code provided.
|
||||||
|
vet Report suspicious code constructs.
|
||||||
doc Generate the documentation for a V module.
|
doc Generate the documentation for a V module.
|
||||||
vlib-docs Generate and open the documentation of all the vlib modules.
|
vlib-docs Generate and open the documentation of all the vlib modules.
|
||||||
repl Run the REPL.
|
repl Run the REPL.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue