mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
main.v: added run option example in help message
This commit is contained in:
parent
6b941e5e70
commit
889d564f43
@ -833,6 +833,9 @@ v -prod file.v
|
|||||||
|
|
||||||
- To specify the executable\'s name:
|
- To specify the executable\'s name:
|
||||||
v -o program file.v
|
v -o program file.v
|
||||||
|
|
||||||
|
- To execute a program without creating an executable:
|
||||||
|
v run file.v
|
||||||
'
|
'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user