README FIX

This commit is contained in:
Piotr Siuszko 2025-01-14 13:10:07 +01:00
parent 17d42d4c27
commit 13e78e73c3
2 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -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
```