Module Pkcs11_cli.Term

val slot_index : int option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_index.

val slot_id : int option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_id.

val slot_description : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_description.

val token_label : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.token_label.

val slot : P11.Slot.t option Cmdliner.Term.t

Term that combines the above slot-selecting terms: it makes sure that at most one is passed and builds a P11.Slot.t value out of it.

val pin : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.pin.

val load_mode : P11.Load_mode.t Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.load_mode.

val user_type : P11.User_type.t option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.user_type.