mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
main.v: added run option example in help message
This commit is contained in:
parent
6b941e5e70
commit
889d564f43
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue