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:
@@ -14,8 +14,9 @@ import (
|
||||
)
|
||||
|
||||
var countCmd = &cobra.Command{
|
||||
Use: "count",
|
||||
Short: "Count issues matching filters",
|
||||
Use: "count",
|
||||
GroupID: "views",
|
||||
Short: "Count issues matching filters",
|
||||
Long: `Count issues matching the specified filters.
|
||||
|
||||
By default, returns the total count of issues matching the filters.
|
||||
|
||||
Reference in New Issue
Block a user