feat: add comptible with 1.0

This commit is contained in:
2023-09-30 20:27:04 +08:00
parent 7ecee69c01
commit 7a3cb8d243
2 changed files with 23 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ pub struct CmdDecrypt {
/// PIN
#[arg(long, short = 'p')]
pub pin: Option<String>,
/// SLOT
/// Slot
#[arg(long, short = 's')]
pub slot: Option<String>,
}