fix message save and send prevented due to clap help

This commit is contained in:
Clément DOUIN 2024-01-22 12:03:33 +01:00
parent 39d2dec9e8
commit 16266dbc0b
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -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")]