You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
532 B
532 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Implement main CLI entry point and subcommand structure | completed | task | normal | 2026-03-27T19:38:56Z | 2026-03-28T05:00:28Z | claudbg-h7xu |
Expanded src/cli.rs with Cli, GlobalOpts, Commands, SessionsCmd, and AgentsCmd clap structs. Updated src/main.rs with tokio main, clap::Parser, and full match dispatch skeleton printing coming-soon stubs. Verified cargo run -- --help shows all subcommands and cargo run -- sessions list prints the stub message.