File tree 2 files changed +32
-32
lines changed
2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -32,32 +32,32 @@ gvm version
32
32
``` bash
33
33
# gvm -h
34
34
35
- gvm 1.0.8
35
+ gvm 1.1.0
36
+
36
37
Golang Version Manager
37
38
38
- USAGE:
39
- gvm [OPTIONS] < SUBCOMMANDS>
39
+ Usage: gvm [OPTIONS] [COMMAND]
40
40
41
- OPTIONS:
42
- -h, --help
43
- Print help information
44
-
41
+ Commands:
42
+ use [VERSION| latest] Change Go version
43
+ install [VERSION| latest] Install a new go version
44
+ uninstall Uninstall a Go version
45
+ list List all locally installed go versions
46
+ remote < more> List all remote go versions
47
+ version Print the current go version
48
+
49
+ Options:
45
50
-i, --install
46
51
Install Golang Version Manager
47
-
52
+
48
53
-u, --update
49
54
Update Golang Version Manager
50
55
56
+ -h, --help
57
+ Print help information
58
+
51
59
-v, --version
52
60
Print Gvm version information
53
-
54
- SUBCOMMANDS:
55
- current Print the current go version
56
- install [VERSION| latest] Install a new go version
57
- list List all locally installed go versions
58
- list-remote < more> List all remote go versions
59
- uninstall Uninstall a Go version
60
- use [VERSION| latest] Change Go version
61
61
```
62
62
63
63
# Golang Install
Original file line number Diff line number Diff line change @@ -32,32 +32,32 @@ gvm version
32
32
``` bash
33
33
# gvm -h
34
34
35
- gvm 1.0.9
35
+ gvm 1.1.0
36
+
36
37
Golang Version Manager
37
38
38
- USAGE:
39
- gvm [OPTIONS] < SUBCOMMANDS>
39
+ Usage: gvm [OPTIONS] [COMMAND]
40
40
41
- OPTIONS:
42
- -h, --help
43
- Print help information
44
-
41
+ Commands:
42
+ use [VERSION| latest] Change Go version
43
+ install [VERSION| latest] Install a new go version
44
+ uninstall Uninstall a Go version
45
+ list List all locally installed go versions
46
+ remote < more> List all remote go versions
47
+ version Print the current go version
48
+
49
+ Options:
45
50
-i, --install
46
51
Install Golang Version Manager
47
-
52
+
48
53
-u, --update
49
54
Update Golang Version Manager
50
55
56
+ -h, --help
57
+ Print help information
58
+
51
59
-v, --version
52
60
Print Gvm version information
53
-
54
- SUBCOMMANDS:
55
- current Print the current go version
56
- install [VERSION| latest] Install a new go version
57
- list List all locally installed go versions
58
- list-remote < more> List all remote go versions
59
- uninstall Uninstall a Go version
60
- use [VERSION| latest] Change Go version
61
61
```
62
62
63
63
# Go 语言安装
You can’t perform that action at this time.
0 commit comments