upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/pull.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-23 13:57:23 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-23 13:57:23 +0000
commitd5284b758661c491e6a206570763f2982424b70a (patch)
treecc7d8cee7b535999dc99e466a17127b1a94aee97 /src/sub_commands/pull.rs
parenta9e4c6772a378fd28edbca9b9267d2e7d08bee2c (diff)
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
Diffstat (limited to 'src/sub_commands/pull.rs')
-rw-r--r--src/sub_commands/pull.rs1
1 files changed, 1 insertions, 0 deletions
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<()> {
44 root_commit.to_string(), 44 root_commit.to_string(),
45 &client, 45 &client,
46 client.get_fallback_relays().clone(), 46 client.get_fallback_relays().clone(),
47 true,
47 ) 48 )
48 .await?; 49 .await?;
49 50