Skip to content

Commit 7dd9916

Browse files
committed
Update the readme to reflect subcommand usage
1 parent fd40896 commit 7dd9916

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ MIT
88

99
## Usage
1010

11+
`jasc_and_gpl` operates in one of two modes:
12+
13+
* `jasc-to-gpl` which converts PAL to GPL
14+
* `gpl-to-jasc` which converts GPL to PAL
15+
1116
```sh
12-
$ cargo run -- --jasc-path /path/to/input.pal --gpl-path /path/to/output.gpl
17+
$ cargo run -- jasc-to-gpl --jasc-path /path/to/input.pal --gpl-path /path/to/output.gpl
18+
19+
$ cargo run -- gpl-to-jasc --gpl-path /path/to/input.gpl --jasc-path /path/to/output.pal
1320
```

0 commit comments

Comments
 (0)