mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Changed add command to get like golang get
This commit is contained in:
parent
37b65c0939
commit
8869a84710
4 changed files with 19 additions and 19 deletions
|
|
@ -42,7 +42,7 @@ Use `gdpm help` to see full list of commands.
|
|||
|
||||
```bash
|
||||
$ gdpm help
|
||||
Usage: gdpm [--help] [--verbose] {add,clean,clone,config,export,fetch,help,install,link,list,remote,remove,search,ui,update,version}
|
||||
Usage: gdpm [--help] [--verbose] {get,clean,clone,config,export,fetch,help,install,link,list,remote,remove,search,ui,update,version}
|
||||
|
||||
Manage Godot engine assets from CLI
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ Optional arguments:
|
|||
-v, --verbose set verbosity level
|
||||
|
||||
Subcommands:
|
||||
add add package to project
|
||||
get add package to project
|
||||
clean clean package(s) temporary files
|
||||
clone clone package(s) to path
|
||||
config manage config properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue