Skip to content

Conversation

@d-kuro
Copy link
Owner

@d-kuro d-kuro commented Jun 14, 2025

Summary

  • Fixed missing bullet point (●) indicator for main branch when using gwq list -v
  • Added the same marker logic from normal mode to verbose mode for consistency

Problem

The bullet point indicator that shows which worktree is the main branch was only appearing in normal list mode (gwq list) but was missing in verbose mode (gwq list -v).

Solution

Added the bullet point marker logic to the verbose mode table creation in internal/ui/ui.go, ensuring both display modes show the visual indicator consistently.

Test plan

  • Verified gwq list still shows bullet point for main branch
  • Verified gwq list -v now shows bullet point for main branch
  • All tests pass
  • Code passes linting and formatting checks

🤖 Generated with Claude Code

The bullet point (●) indicator for the main branch was missing when using
the verbose flag (-v) with the list command. This fix adds the same marker
logic used in normal mode to the verbose mode, ensuring consistent visual
indication of the main branch across both display modes.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@d-kuro d-kuro merged commit 09004c7 into main Jun 14, 2025
1 check passed
@d-kuro d-kuro deleted the fix/verbose-list-bullet-indicator branch June 14, 2025 14:31
@d-kuro d-kuro self-assigned this Jun 14, 2025
@d-kuro d-kuro mentioned this pull request Jun 14, 2025
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.

2 participants