Ncmdump.rs
Credit
Origin
- anonymous5l/ncmdump: Original repository
Binary Usage
Simple usage
ncmdump -f [files ...]
More options
USAGE:
ncmdump [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-i, --info Only show the information of files
-V, --version Prints version information
-v, --verbose Verbosely list files processing
OPTIONS:
-f, --files <files>... Specified the files
-o, --output <output> Specified the output directory
Library Usage
Install
You can add this to your Cargo.toml
:
= "0.1.0"
Also, you can use this command to install this crate, if you installed cargo-edit
cargo add ncmdump
Simple Usage
use ;
use Path;
For more usage, please check the document.