Skip to content

v0.2.5

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Apr 16:16

CLI Improvements

  • Filter shortcuts for graph command: Added --status, --priority, and --phase flags as convenient shortcuts for the equivalent --filter expressions. These match the shortcuts already available on list, making the CLI more consistent.
  • Shared filter logic: Consolidated filter shortcut handling between list and graph commands into a reusable FilterShortcuts struct, reducing code duplication.

Documentation

  • Updated CLI guide with examples for the new graph filter shortcuts.