mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
fix message save and send prevented due to clap help
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user