diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-20 21:54:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-20 21:54:00 +0000 |
| commit | 8f1a1743bd4e85e922ec0cc1f050911a28af4cf0 (patch) | |
| tree | 2d9eb4954395b62c66d1cc937c6e78a060129f3f /src/bin/ngit/sub_commands/mod.rs | |
| parent | 67f09343c15e6a0e3622811d3eb5e513a8205eda (diff) | |
add `ngit repo` subcommand group
- `ngit repo` (no subcommand): show repository info including maintainer
tree, per-maintainer infrastructure attribution, and a note explaining
the union-vs-personal field model and recursive maintainer sets
- `ngit repo init`: alias for `ngit init`
- `ngit repo edit`: same as init but signals intent to update an existing
repository announcement
- `ngit repo accept`: scoped command for co-maintainers to publish their
announcement; errors with clear messages for all other states (trusted
maintainer, already accepted, not invited, no repo found)
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index 6b94248..d132240 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -6,5 +6,6 @@ pub mod init; | |||
| 6 | pub mod list; | 6 | pub mod list; |
| 7 | pub mod login; | 7 | pub mod login; |
| 8 | pub mod logout; | 8 | pub mod logout; |
| 9 | pub mod repo; | ||
| 9 | pub mod send; | 10 | pub mod send; |
| 10 | pub mod sync; | 11 | pub mod sync; |