v2 / vlib / v / help / vpm / remove.txt
11 lines · 8 sloc · 307 bytes · b3d742d13a1c694ebb2d10e38f94f78a48602cba
Raw
Removes all listed PACKAGEs.

Usage:
  v remove [PACKAGE...]

If no PACKAGE is provided, removes ALL installed packages.

Options:
  -v           Print more details about the performed operation.
  -server-url  When doing network operations, use this vpm server.
               Can be given multiple times.