From d5284b758661c491e6a206570763f2982424b70a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 23 Feb 2024 13:57:23 +0000 Subject: feat(init): add customisation and defaults - allow more cli input options - allow customisation of more fields in interface - change default identifer from shorthand root commit to short name - defaults to existing repo event (users or other) or maintainers.yaml --- src/sub_commands/send.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/send.rs') diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index b5ab78f..857bc60 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs @@ -151,6 +151,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { .to_string(), &client, user_ref.relays.write(), + true, ) .await?; -- cgit v1.2.3