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.
13 lines
532 B
Markdown
13 lines
532 B
Markdown
---
|
|
# claudbg-pkyj
|
|
title: Implement main CLI entry point and subcommand structure
|
|
status: completed
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-03-27T19:38:56Z
|
|
updated_at: 2026-03-28T05:00:28Z
|
|
parent: 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.
|