1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/v/help/update.txt
2020-06-07 14:20:56 +02:00

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.
-v - Print more details about the performed operation.
-server-url - When doing network operations, use this vpm server. Can be given multiple times.