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:
@@ -34,9 +34,11 @@ var (
|
||||
compactLimit int
|
||||
)
|
||||
|
||||
// TODO: Consider consolidating into 'bd doctor --fix' for simpler maintenance UX
|
||||
var compactCmd = &cobra.Command{
|
||||
Use: "compact",
|
||||
Short: "Compact old closed issues to save space",
|
||||
Use: "compact",
|
||||
GroupID: "maint",
|
||||
Short: "Compact old closed issues to save space",
|
||||
Long: `Compact old closed issues using semantic summarization.
|
||||
|
||||
Compaction reduces database size by summarizing closed issues that are no longer
|
||||
|
||||
Reference in New Issue
Block a user