From ff0d0ff74a742022b9c660ad07fe623970442dbe Mon Sep 17 00:00:00 2001 From: Daniel Daudysh Date: Sat, 11 Jan 2025 18:32:57 +0100 Subject: [PATCH] v.help: add a message for `v help crun` (#23431) --- vlib/v/help/common/crun.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vlib/v/help/common/crun.txt diff --git a/vlib/v/help/common/crun.txt b/vlib/v/help/common/crun.txt new file mode 100644 index 0000000000..ce32f70cb9 --- /dev/null +++ b/vlib/v/help/common/crun.txt @@ -0,0 +1,6 @@ +Equivalent to running `v run`, which builds and runs compiled executable. +The differences is, that `v crun` will store executable and will recompile +only when project files are changed. + +Usage: + v [build flags] crun [arguments...] \ No newline at end of file