File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pub struct ExtractArgs {
1212 #[ arg( short, long, required_unless_present_any = [ "issuer" , "label" ] ) ]
1313 pub index : Option < usize > ,
1414
15- /// Code issuer
15+ /// Code issuer, may be a glob pattern
1616 #[ arg( short = 's' , long, required_unless_present_any = [ "index" , "label" ] ) ]
1717 pub issuer : Option < String > ,
1818
19- /// Code label
19+ /// Code label, may be a glob pattern
2020 #[ arg( short, long, required_unless_present_any = [ "index" , "issuer" ] ) ]
2121 pub label : Option < String > ,
2222
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pub enum CotpSubcommands {
5555 Import ( ImportArgs ) ,
5656 /// Export cotp database
5757 Export ( ExportArgs ) ,
58- /// Copies the selected code into the clipboard
58+ /// Copies the selected code into the clipboard, supports glob matching
5959 Extract ( ExtractArgs ) ,
6060 /// Change database password
6161 Passwd ( PasswdArgs ) ,
You can’t perform that action at this time.
0 commit comments