1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/help/update.txt

11 lines
330 B
Plaintext

Usage:
v update [PACKAGE]...
Updates each PACKAGE.
With no PACKAGE, ALL installed packages 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.