diff options
Diffstat (limited to 'src/sub_commands/send.rs')
| -rw-r--r-- | src/sub_commands/send.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 5994f4f..23016e1 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs | |||
| @@ -96,6 +96,10 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 96 | } | 96 | } |
| 97 | }; | 97 | }; |
| 98 | 98 | ||
| 99 | if let Some(id) = &args.in_reply_to { | ||
| 100 | println!("as a revision to proposal: {id}"); | ||
| 101 | } | ||
| 102 | |||
| 99 | let title = if args.no_cover_letter { | 103 | let title = if args.no_cover_letter { |
| 100 | None | 104 | None |
| 101 | } else { | 105 | } else { |