better devtools

This commit is contained in:
Aiden McClelland
2022-02-09 13:26:19 -07:00
committed by Aiden McClelland
parent c413814ac4
commit 1d97856922
5 changed files with 55 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ pub fn pack(#[context] ctx: SdkContext, #[arg] path: Option<PathBuf>) -> Result<
Ok(())
}
#[command(cli_only, display(display_none))]
#[command(rename = "s9pk", cli_only, display(display_none))]
pub async fn verify(#[arg] path: PathBuf) -> Result<(), Error> {
let mut s9pk = S9pkReader::open(path, true).await?;
s9pk.validate().await?;