mirror of
https://github.com/vlang/v.git
synced 2025-09-11 16:36:20 -04:00
v.help: add a message for v help crun
(#23431)
This commit is contained in:
parent
9cd1bce6a4
commit
ff0d0ff74a
6
vlib/v/help/common/crun.txt
Normal file
6
vlib/v/help/common/crun.txt
Normal file
@ -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 <file.v|directory|-> [arguments...]
|
Loading…
x
Reference in New Issue
Block a user