mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 11:46:50 +00:00
Declare use within feature flag related part
This commit is contained in:
parent
7cdfe0068f
commit
1746026af8
@ -41,7 +41,6 @@ use sha256::digest;
|
||||
use crate::cli::{Cli, SubCommand};
|
||||
use crate::model::onkostar_editor::OnkostarEditor;
|
||||
use crate::profile::Profile;
|
||||
use crate::unzip_osb::unzip_osb_using_password;
|
||||
|
||||
mod cli;
|
||||
mod model;
|
||||
@ -264,7 +263,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
password,
|
||||
dir,
|
||||
} => {
|
||||
use crate::unzip_osb::unzip_osb;
|
||||
use crate::unzip_osb::{unzip_osb, unzip_osb_using_password};
|
||||
match password {
|
||||
Some(password) => unzip_osb_using_password(
|
||||
file.as_str(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user