--- # claudbg-lmdl title: tui subcommand stub status: completed type: task priority: normal created_at: 2026-03-27T19:40:53Z updated_at: 2026-03-28T18:46:50Z parent: claudbg-b1pa --- Add 'claudbg tui' subcommand via clap. Handler prints: 'tui: coming soon!' and exits 0. Subcommand should have a brief description in --help output. ## Implementation\n\nThe function was already correctly implemented, printing "tui: coming soon\!" and returning Ok(()). No changes required.