mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
Usage:
|
|
v update [MODULE]...
|
|
Updates each MODULE.
|
|
|
|
With no MODULE, ALL installed modules are updated to their latest versions.
|
|
|
|
Options:
|
|
-help - Show usage info.
|
|
-v - Print more details about the update.
|
|
-server-url - When doing network operations, use this vpm server. Can be given multiple times.
|