|
|
@ -21,21 +21,22 @@ USAGE: |
|
|
|
gopm [global options] command [command options] [arguments...] |
|
|
|
gopm [global options] command [command options] [arguments...] |
|
|
|
|
|
|
|
|
|
|
|
VERSION: |
|
|
|
VERSION: |
|
|
|
0.6.1.0110 |
|
|
|
0.6.2.0125 |
|
|
|
|
|
|
|
|
|
|
|
COMMANDS: |
|
|
|
COMMANDS: |
|
|
|
get fetch remote package(s) and dependencies to local repository |
|
|
|
get fetch remote package(s) and dependencies to local repository |
|
|
|
bin download and link dependencies and build executable binary |
|
|
|
bin download and link dependencies and build executable binary |
|
|
|
gen generate a gopmfile according current Go project |
|
|
|
gen generate a gopmfile according current Go project |
|
|
|
run link dependencies and go run |
|
|
|
run link dependencies and go run |
|
|
|
build link dependencies and go build |
|
|
|
build link dependencies and go build |
|
|
|
install link dependencies and go install |
|
|
|
install link dependencies and go install |
|
|
|
help, h Shows a list of commands or help for one command |
|
|
|
update check and update gopm resources including itself |
|
|
|
|
|
|
|
help, h Shows a list of commands or help for one command |
|
|
|
|
|
|
|
|
|
|
|
GLOBAL OPTIONS: |
|
|
|
GLOBAL OPTIONS: |
|
|
|
--noterm disable color output |
|
|
|
--noterm disable color output |
|
|
|
--version, -v print the version |
|
|
|
--version, -v print the version |
|
|
|
--help, -h show help |
|
|
|
--help, -h show help |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|