Skip to content

Commit 8412dd1

Browse files
committed
cli: add docs comment for --output option
1 parent 30eda62 commit 8412dd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli/root_command.rs

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ pub enum Command {
2727
#[structopt(short = "s", long = "select")]
2828
select: Option<String>,
2929

30+
/// Save asset to custom path
31+
///
32+
/// Default path is current working directory and the name of the asset
3033
#[structopt(short = "o", long = "output", parse(from_os_str))]
3134
output: Option<PathBuf>,
3235
},

0 commit comments

Comments
 (0)