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.
15 lines
570 B
Markdown
15 lines
570 B
Markdown
---
|
|
# claudbg-i8tm
|
|
title: query 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 query' subcommand via clap. Handler prints: 'query: coming soon!' and exits 0. Include placeholder help text describing the intended behavior: filter/search sessions by project, date, tool use, with key:value and key:glob syntax.
|
|
|
|
## Implementation\n\nThe function was already correctly implemented, printing the usage message and returning Ok(()). No changes required.
|