mirror of https://github.com/gogits/gogs.git
Unknown
12 years ago
20 changed files with 44 additions and 44 deletions
@ -1,18 +1,18 @@ |
|||||||
gpm(Go Package Manager) is a Go package manage tool for search, install, update, share packages. |
gopm(Go Package Manager) is a Go package manage tool for search, install, update, share packages. |
||||||
|
|
||||||
Usage: |
Usage: |
||||||
|
|
||||||
gpm command [arguments] |
gopm command [arguments] |
||||||
|
|
||||||
The commands are: |
The commands are: |
||||||
{{range .}}{{if .Runnable}} |
{{range .}}{{if .Runnable}} |
||||||
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
||||||
|
|
||||||
Use "gpm help [command]" for more information about a command. |
Use "gopm help [command]" for more information about a command. |
||||||
|
|
||||||
Additional help topics: |
Additional help topics: |
||||||
{{range .}}{{if not .Runnable}} |
{{range .}}{{if not .Runnable}} |
||||||
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
||||||
|
|
||||||
Use "gpm help [topic]" for more information about that topic. |
Use "gopm help [topic]" for more information about that topic. |
||||||
|
|
||||||
|
@ -1,18 +1,18 @@ |
|||||||
gpm(Go 包管理工具) 是一款涵盖搜索、安装、更新、分享功能 Go 包的管理工具。 |
gopm(Go 包管理工具) 是一款涵盖搜索、安装、更新、分享功能 Go 包的管理工具。 |
||||||
|
|
||||||
用法: |
用法: |
||||||
|
|
||||||
gpm 命令 [参数] |
gopm 命令 [参数] |
||||||
|
|
||||||
命令列表: |
命令列表: |
||||||
{{range .}}{{if .Runnable}} |
{{range .}}{{if .Runnable}} |
||||||
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
||||||
|
|
||||||
使用 "gpm help [命令]" 来获取相关命令的更多信息. |
使用 "gopm help [命令]" 来获取相关命令的更多信息. |
||||||
|
|
||||||
其它帮助主题: |
其它帮助主题: |
||||||
{{range .}}{{if not .Runnable}} |
{{range .}}{{if not .Runnable}} |
||||||
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
||||||
|
|
||||||
使用 "gpm help [主题]" 来获取相关主题的更多信息. |
使用 "gopm help [主题]" 来获取相关主题的更多信息. |
||||||
|
|
||||||
|
Loading…
Reference in new issue