mirror of
https://github.com/NinjaCheetah/rustii.git
synced 2026-03-11 04:27:49 -04:00
Add setting.txt gen command
This commit is contained in:
@@ -188,6 +188,9 @@ fn main() -> Result<()> {
|
||||
},
|
||||
nand::setting::Commands::Encrypt { input, output } => {
|
||||
nand::setting::encrypt_setting(input, output)?;
|
||||
},
|
||||
nand::setting::Commands::Gen { serno, region } => {
|
||||
nand::setting::generate_setting(serno, region)?;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user