mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
395bb61cf3
Use imperative mood everywhere. End sentences with dots. Capitalize sentences.
10 lines
423 B
Plaintext
10 lines
423 B
Plaintext
Usage:
|
|
a) v update module [module] [module] [...]
|
|
^^^^^^^^^^^^ will update the listed modules to their latest versions.
|
|
b) v update
|
|
^^^^^^^^^^^^ will update ALL installed modules to their latest versions.
|
|
Options:
|
|
-help - Show usage info.
|
|
-verbose - Print more details about the performed operation.
|
|
-server-url - When doing network operations, use this vpm server. Can be given multiple times.
|