mirror of
https://gitea.tendokyu.moe/beerpsi/icf-reader.git
synced 2026-09-22 22:38:03 +03:00
Update README with new command
This commit is contained in:
@@ -4,14 +4,15 @@ Tools for decoding, decrypting and encrypting ICFs
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
Usage: icf-reader.exe <COMMAND>
|
||||
Usage: icf-reader <COMMAND>
|
||||
|
||||
Commands:
|
||||
encrypt Fixes some common ICF errors, then encrypt the given ICF
|
||||
decrypt Decrypts the given ICF
|
||||
decode Decodes the given ICF (optionally to a JSON file)
|
||||
encode Encodes a JSON file from the decode subcommand to an ICF
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
encrypt Fixes some common ICF errors, then encrypt the given ICF
|
||||
decrypt Decrypts the given ICF
|
||||
decode Decodes the given ICF (optionally to a JSON file)
|
||||
encode Encodes a JSON file from the decode subcommand to an ICF
|
||||
generate Generates an ICF1 file from a folder of .pack, .app, and .opt files
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
-h, --help Print help
|
||||
|
||||
Reference in New Issue
Block a user