File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ pub enum Commands {
4444 Clear ,
4545}
4646
47- #[ derive( Debug , clap:: Args ) ]
47+ #[ derive( Debug , Clone , clap:: Args ) ]
4848pub struct StoreArgs {
4949 #[ arg( raw = true ) ]
5050 pub bytes : Option < OsString > ,
@@ -104,7 +104,7 @@ impl Default for StoreArgs {
104104 }
105105}
106106
107- #[ derive( Debug , clap:: Args ) ]
107+ #[ derive( Debug , Clone , clap:: Args ) ]
108108pub struct ListArgs {
109109 /// Maximum width in characters for the previews.
110110 ///
@@ -131,7 +131,7 @@ impl Default for ListArgs {
131131 }
132132}
133133
134- #[ derive( Debug , Default , clap:: Args ) ]
134+ #[ derive( Debug , Default , Clone , clap:: Args ) ]
135135pub struct GetDelArgs {
136136 /// The selected row from `clipvault list`, or just the ID of the entry.
137137 ///
You can’t perform that action at this time.
0 commit comments