mirror of https://github.com/Leinnan/rpack.git
README FIX
This commit is contained in:
parent
17d42d4c27
commit
13e78e73c3
|
|
@ -48,7 +48,7 @@ Options:
|
|||
Print version
|
||||
```
|
||||
|
||||
Available at [crates/rpack_cli](https://github.com/Leinnan/rpack/tree/master/crates/v).
|
||||
Available at [crates/rpack_cli](https://github.com/Leinnan/rpack/tree/master/crates/rpack_cli).
|
||||
|
||||
|
||||
## Used formats
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
# rPack CLI
|
||||
|
||||
Command line interface for generating tilemaps.
|
||||
|
||||
```sh
|
||||
Build rpack tilemaps with ease
|
||||
|
||||
Usage: rpack_cli <COMMAND>
|
||||
|
||||
Commands:
|
||||
generate Generates a tilemap
|
||||
config-create Creates a tilemap generation config
|
||||
generate-from-config Generates a tilemap from config
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
Print help (see a summary with '-h')
|
||||
|
||||
-V, --version
|
||||
Print version
|
||||
```
|
||||
Loading…
Reference in New Issue