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/pull.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/pull.rs') diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs index 9b74719..daae37f 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs @@ -44,6 +44,7 @@ pub async fn launch() -> Result<()> { root_commit.to_string(), &client, client.get_fallback_relays().clone(), + true, ) .await?; -- cgit v1.2.3