/// RENAMED: the 'container unpack' command has been renamed to 'package unpack'!
#[derive(clap::Parser, Debug)]pubstructPackageUnpack{}implPackageUnpack{pub(crate)fnexecute(&self)->Result<(), anyhow::Error>{anyhow::bail!("This command was renamed: use 'wasmer package unpack instead'");}}