From 43b5e9b38bf5dcfbac85637a2d3efc69ddfe77ac Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 4 Nov 2024 12:02:52 +0000 Subject: refactor: remove ngit `pull` `push` `fetch` simplify api to encougage use of the git plugin --- src/bin/ngit/cli.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/bin/ngit/cli.rs') diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index d0f934e..13e18d1 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -27,18 +27,12 @@ pub struct Cli { #[derive(Subcommand)] pub enum Commands { - /// update cache with latest updates from nostr - Fetch(sub_commands::fetch::SubCommandArgs), /// signal you are this repo's maintainer accepting proposals via nostr Init(sub_commands::init::SubCommandArgs), /// issue commits as a proposal Send(sub_commands::send::SubCommandArgs), /// list proposals; checkout, apply or download selected List, - /// send proposal revision - Push(sub_commands::push::SubCommandArgs), - /// fetch and apply new proposal commits / revisions linked to branch - Pull, /// run with --nsec flag to change npub Login(sub_commands::login::SubCommandArgs), } -- cgit v1.2.3