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.
16 lines
621 B
Markdown
16 lines
621 B
Markdown
---
|
|
# claudbg-ltt0
|
|
title: 'sessions: no sub-command defaults to sessions list'
|
|
status: completed
|
|
type: feature
|
|
priority: normal
|
|
created_at: 2026-03-31T00:32:35Z
|
|
updated_at: 2026-04-01T05:44:58Z
|
|
---
|
|
|
|
Running `claudbg sessions` with no sub-command should behave identically to `claudbg sessions list`. Note: `claudbg agents` does NOT get this treatment since agents list requires a session ID.
|
|
|
|
## Summary of Changes
|
|
|
|
Already implemented prior to this bean being created. `src/main.rs` uses `cmd.unwrap_or(SessionsCmd::List { limit: Default::default(), filter: vec![] })` so `claudbg sessions` defaults to `sessions list`.
|