v.help: add a message for v help crun (#23431)

This commit is contained in:
Daniel Daudysh 2025-01-11 18:32:57 +01:00 committed by GitHub
parent 9cd1bce6a4
commit ff0d0ff74a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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...]