We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2eb500 commit 43d6b97Copy full SHA for 43d6b97
doc/docs.md
@@ -5590,6 +5590,12 @@ fn main() {
5590
```
5591
5592
Build this example with `v -live message.v`.
5593
+
5594
+You can also run this example with `v -live run message.v`.
5595
+ Make sure that in command you use a path to a V's file,
5596
+ **not** a path to a folder (like `v -live run .`) -
5597
+ in that case you need to modify content of a folder (add new file, for example),
5598
+ because changes in *message.v* will have no effect.
5599
5600
Functions that you want to be reloaded must have `[live]` attribute
5601
before their definition.
0 commit comments