Various minor API adjustments

This commit is contained in:
2024-10-03 20:18:44 -06:00
parent 8abe674cb9
commit 5f537f0e7b
11 changed files with 31 additions and 27 deletions

View File

@@ -181,7 +181,7 @@ fn extract_file(bytes: &[u8], out_path: &Path, quiet: bool) -> nod::Result<()> {
}
fn extract_node(
node: &Node,
node: Node,
partition: &mut dyn PartitionBase,
base_path: &Path,
name: &str,

View File

@@ -3,6 +3,9 @@ use argp::FromArgs;
pub mod cmd;
pub(crate) mod util;
// Re-export nod
pub use nod;
#[derive(FromArgs, Debug)]
#[argp(subcommand)]
pub enum SubCommand {