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.
406 B
406 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Define global CLI flags | todo | task | 2026-03-27T19:38:56Z | 2026-03-27T19:38:56Z | claudbg-h7xu |
Add global flags available to all subcommands: --output [table|json|xml] (default: table), --verbose (bool), --include (comma-separated: thinking,output,tools — default: tools). These must be accessible from every command handler.