Discover Packages
github.com/tea4go/gvm
cli
package
Version:
v0.0.0-...-41d41ad
Opens a new window with list of versions in this module.
Published: Oct 28, 2025
License: MIT
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Run executes the g command line interface.
type InstallReq struct {
Version string ``
Nouse bool `json:"nouse" description:"Don't use the version after installed." required:"false"`
SkipChecksum bool `json:"skip-checksum" description:"Skip checksum verification." required:"false"`
}
type LsRemoteReq struct {
Version string ``
Output string `json:"output" description:"Output format. Optional values: json, text" required:"false"`
}
type LsReq struct {
Output string `json:"output" description:"Output format. Optional values: json, text" required:"false"`
}
type UninstallReq struct {
Version string `json:"version" description:"The specific go sdk version number(e.g. '1.21.4'). " required:"true"`
}
type UseReq struct {
Version string `json:"version" description:"The specific go sdk version number(e.g. '1.21.4')." required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.