We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd40896 commit 7dd9916Copy full SHA for 7dd9916
README.md
@@ -8,6 +8,13 @@ MIT
8
9
## Usage
10
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
16
```sh
-$ 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
20
```
0 commit comments