| Crates.io | sar-cli |
| lib.rs | sar-cli |
| version | 0.1.1 |
| created_at | 2025-04-28 09:35:19.635552+00 |
| updated_at | 2025-04-28 09:35:19.635552+00 |
| description | A CLI tool for SymbolArt (SAR) files from Phantasy Star Online 2. |
| homepage | https://github.com/shusann01116/sar-rs |
| repository | https://github.com/shusann01116/sar-rs |
| max_upload_size | |
| id | 1651991 |
| size | 49,284 |
Command-line interface for PSO2 SymbolArt (SAR) file processing.
cargo install --path sar-cli
cargo install sar-cli
$ sar-cli --help
Usage: sar-cli [OPTIONS] --input <INPUT> --output <OUTPUT>
Options:
-i, --input <INPUT> Path to the SAR file or directory
-o, --output <OUTPUT> Path to the output directory
--raise-error Raise errors instead of ignoring them
--overwrite Overwrite existing files
-h, --help Print help
-V, --version Print version
Process a single SAR file:
sar-cli -i input.sar -o output/
Process all SAR files in a directory:
sar-cli -i input_directory/ -o output/
This project is licensed under the MIT License - see the LICENSE file for details.