fix: misc improvements and dependency updates
- Update nix vendorHash after fatih/color removal - Bump version to 0.30.7 - Add GroupID to remaining commands for proper cobra grouping - Apply semantic color rendering to list and stale commands - Update pre-commit hook template
This commit is contained in:
@@ -12,8 +12,9 @@ import (
|
||||
)
|
||||
|
||||
var quickCmd = &cobra.Command{
|
||||
Use: "q [title]",
|
||||
Short: "Quick capture: create issue and output only ID",
|
||||
Use: "q [title]",
|
||||
GroupID: "issues",
|
||||
Short: "Quick capture: create issue and output only ID",
|
||||
Long: `Quick capture creates an issue and outputs only the issue ID.
|
||||
Designed for scripting and AI agent integration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user