Skip to content

Commit

Permalink
fix message save and send prevented due to clap help
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 22, 2024
1 parent 39d2dec commit 16266db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/email/message/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ pub enum MessageSubcommand {
Mailto(MessageMailtoCommand),

#[cfg(feature = "message-save")]
#[command(arg_required_else_help = true)]
Save(MessageSaveCommand),

#[cfg(feature = "message-send")]
#[command(arg_required_else_help = true)]
Send(MessageSendCommand),

#[cfg(feature = "message-copy")]
Expand Down

0 comments on commit 16266db

Please sign in to comment.