pub fn run(
base_path: PathBuf,
overlay_path: PathBuf,
memory_path: Option<PathBuf>,
output_path: PathBuf,
algo: String,
block_size: u32,
keep_overlay: bool,
message: Option<String>,
thin: bool,
) -> Result<()>Expand description
Executes the commit command to merge overlay changes into a new snapshot.