v2 / vlib / v / help / common / crun.txt
6 lines · 5 sloc · 248 bytes · 334dd617f74f479683189ca666c39d7bc80e85b9
Raw
Equivalent to running `v run`, which builds and runs a compiled executable.
The difference is that `v crun` keeps the executable and recompiles only
when project files are changed.

Usage:
  v [build flags] crun  [arguments...]