mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
458 B
19 lines
458 B
12 years ago
|
gpm is a Go package manage tool for search, install, update and share packages.
|
||
|
|
||
|
Usage:
|
||
|
|
||
|
gpm command [arguments]
|
||
|
|
||
|
The commands are:
|
||
|
{{range .}}{{if .Runnable}}
|
||
|
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}}
|
||
|
|
||
|
Use "gpm help [command]" for more information about a command.
|
||
|
|
||
|
Additional help topics:
|
||
|
{{range .}}{{if not .Runnable}}
|
||
|
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}}
|
||
|
|
||
|
Use "gpm help [topic]" for more information about that topic.
|
||
|
|