diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-16 22:31:29 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-16 22:31:29 +0000 |
| commit | 701668b02d999af42f51d8bd25fffb2a8692c3c8 (patch) | |
| tree | 7defd0e7e711d743c8464994c2223a7a332ccf2a /src/main.rs | |
| parent | 61ffbf2008c0aaaee3d19ac027d63bca823dc8c9 (diff) | |
refactor: rename PR to proposal
PR is a problematic term when it ambiguous whether the
set of patches are PR-like or email-patch like.
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 82a87c8..f60edd8 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -41,7 +41,7 @@ enum Commands { | |||
| 41 | List(sub_commands::list::SubCommandArgs), | 41 | List(sub_commands::list::SubCommandArgs), |
| 42 | /// send new commits as proposal ammendments | 42 | /// send new commits as proposal ammendments |
| 43 | Push, | 43 | Push, |
| 44 | /// pull latest commits in pr linked to checked out branch | 44 | /// pull latest commits in proposal linked to checked out branch |
| 45 | Pull, | 45 | Pull, |
| 46 | /// run with --nsec flag to change npub | 46 | /// run with --nsec flag to change npub |
| 47 | Login(sub_commands::login::SubCommandArgs), | 47 | Login(sub_commands::login::SubCommandArgs), |