feat(cli): authforgectl subcommand structure with clap derive (Task C1)

This commit is contained in:
michael
2026-04-27 08:16:29 -07:00
parent 6351041a6c
commit 1b223fe4f9
3 changed files with 167 additions and 12 deletions

2
cli/src/bus.rs Normal file
View File

@@ -0,0 +1,2 @@
// Phase 3+6+7 plan: D-Bus client wrapper. Stubbed in Task C1; real methods
// land in Task C2.