v2 / vlib / v / help / vpm / unlink.txt
10 lines · 7 sloc · 281 bytes · f6e41da47be431a5e9b2d83c13eb3b594c13c3fa
Raw
Remove the current project's symlink from VMODULES.

Usage:
  v unlink

The command looks for `v.mod` in the current directory and its parent directories.
The `name` field in `v.mod` determines which symlink is removed from VMODULES.

Options:
  --help, -h   Prints the help menu.