Skip to content

Commit

Permalink
refactor: remove name option from ShareOptions struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 12, 2024
1 parent 83d371f commit 60352b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/args_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ pub struct ShareOptions {
/// Privacy level for share
pub privacy: Option<String>,

#[arg(short, long)]
/// Name for share
pub name: Option<u64>,

#[arg(short, long)]
/// File path for output
pub file: Option<String>,
Expand Down

0 comments on commit 60352b3

Please sign in to comment.