mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix vpm
This commit is contained in:
parent
2dcb8b3bb0
commit
2545e1c22c
@ -26,7 +26,7 @@ fn main() {
|
|||||||
// so its first argument is the path to the v frontend executable.
|
// so its first argument is the path to the v frontend executable.
|
||||||
args := os.args // args are: vpm vexepath SUBCOMMAND module names
|
args := os.args // args are: vpm vexepath SUBCOMMAND module names
|
||||||
if args.len < 3 {
|
if args.len < 3 {
|
||||||
vpm_help([]string)
|
vpm_help([])
|
||||||
exit(5)
|
exit(5)
|
||||||
}
|
}
|
||||||
vpm_command := args[2]
|
vpm_command := args[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user