feat: v1.11.12, optimize no-pin

This commit is contained in:
2025-03-28 23:25:53 +08:00
parent 3a40d7f0ad
commit 417e3f6a49
11 changed files with 17 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ impl Command for CommandImpl {
SubCommand::with_name(self.name()).about("SSH piv sign subcommand")
.arg(cmdutil::build_slot_arg())
.arg(cmdutil::build_pin_arg())
.arg(Arg::with_name("no-pin").long("no-pin").help("No PIN"))
.arg(cmdutil::build_no_pin_arg())
.arg(Arg::with_name("namespace").short("n").long("namespace").takes_value(true).help("Namespace"))
.arg(Arg::with_name("in").long("in").required(true).takes_value(true).help("In file, - for stdin"))
}