From ee46c8075f78babca8f8e77bb6c33ba58a029b17 Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Mon, 13 Jul 2020 16:41:47 +0200 Subject: [PATCH] help: document existence of vet (#5816) --- cmd/v/help/default.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/v/help/default.txt b/cmd/v/help/default.txt index b5bfbbc450..02b73e891b 100644 --- a/cmd/v/help/default.txt +++ b/cmd/v/help/default.txt @@ -17,6 +17,7 @@ V supports the following commands: run Compile and run a V program. test Run all test files in the provided directory. fmt Format the V code provided. + vet Report suspicious code constructs. doc Generate the documentation for a V module. vlib-docs Generate and open the documentation of all the vlib modules. repl Run the REPL. @@ -25,7 +26,7 @@ V supports the following commands: up Run the V self-updater. self [-prod] Run the V self-compiler, use -prod to optimize compilation. version Print the version text and exits. -* Module/package management: +* Module/package management: install Install a module from VPM. remove Remove a module that was installed from VPM. search Search for a module from VPM.