From dcbf4b83bcc1318bc2a328de96b9cd63ed6dc771 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 10:26:14 +0000 Subject: feat(login): tweak api description to add clarity and use PR instead of proposal --- README.md | 15 +++++---------- src/bin/ngit/cli.rs | 6 +++--- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 53aa611..c9e704a 100644 --- a/README.md +++ b/README.md @@ -52,19 +52,14 @@ eg self-hosted, github, codeberg, etc. run from the directory of the git repository: -- `ngit init` signal you are this repo's maintainer accepting proposals via nostr -- `ngit send` issue commits as a proposal -- `ngit list` list proposals; checkout, apply or donwload selected -- `ngit fetch` fetch download latest repository updates to allow `ngit list` usage offline - -and when on a proposal branch: - -- `ngit push` send proposal revision -- `ngit pull` fetch and apply new proposal commits / revisions linked to branch +- `ngit init` signal you are this repo's maintainer accepting PRs and issues via nostr +- `ngit send` submit PR with advanced options +- `ngit list` list Prs; checkout, apply or donwload selected +- `ngit account` login, logout, export keys ## contributions welcome! -use ngit to submit proposals! +use ngit to submit PRs! [gitworkshop.dev/r/naddr1qqzxuemfwsq3gamnwvaz7tmjv4kxz7fwv3sk6atn9e5k7q3q5qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exsxpqqqpmejawq4qj](https://gitworkshop.dev/repo/ngit) to report issues and see proposals diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 3a5b4e7..cb50730 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -53,11 +53,11 @@ pub fn extract_signer_cli_arguments(args: &Cli) -> Result> { #[derive(Subcommand)] pub enum Commands { - /// signal you are this repo's maintainer accepting proposals via nostr + /// signal you are this repo's maintainer accepting PRs and issues via nostr Init(sub_commands::init::SubCommandArgs), - /// issue commits as a proposal + /// submit PR with advanced options Send(sub_commands::send::SubCommandArgs), - /// list proposals; checkout, apply or download selected + /// list PRs; checkout, apply or download selected List, /// login, logout or export keys Account(AccountSubCommandArgs), -- cgit v1.2.3