We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30eda62 commit 8412dd1Copy full SHA for 8412dd1
src/cli/root_command.rs
@@ -27,6 +27,9 @@ pub enum Command {
27
#[structopt(short = "s", long = "select")]
28
select: Option<String>,
29
30
+ /// Save asset to custom path
31
+ ///
32
+ /// Default path is current working directory and the name of the asset
33
#[structopt(short = "o", long = "output", parse(from_os_str))]
34
output: Option<PathBuf>,
35
},
0 commit comments