Skip to content

Comments

feat(cli): remove list and trace commands#134

Merged
sonesuke merged 1 commit intomainfrom
feature/remove-list-trace-commands
Feb 15, 2026
Merged

feat(cli): remove list and trace commands#134
sonesuke merged 1 commit intomainfrom
feature/remove-list-trace-commands

Conversation

@sonesuke
Copy link
Owner

Summary

Removes list and trace commands from the CLI as they are redundant with the query command.

Changes

  • Removed list and trace commands from src/cli/args.rs and src/cli/mod.rs
  • Deleted src/cli/handlers/list.rs and src/cli/handlers/trace.rs
  • Updated README.md, doc/requirements/functional/cli.md and doc/usecases/cli-analysis.md to reflect changes
  • Removed integration tests for deprecated commands

Verification

Ran cargo test and cargo fmt. All checks passed.

BREAKING CHANGE: The list and trace commands have been removed. Use the query command instead.

BREAKING CHANGE: The `list` and `trace` commands have been removed. Use the `query` command instead.
@sonesuke sonesuke merged commit 42b4901 into main Feb 15, 2026
5 checks passed
@sonesuke sonesuke deleted the feature/remove-list-trace-commands branch February 15, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant