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:
@@ -11,8 +11,9 @@ import (
|
||||
)
|
||||
|
||||
var configCmd = &cobra.Command{
|
||||
Use: "config",
|
||||
Short: "Manage configuration settings",
|
||||
Use: "config",
|
||||
GroupID: "setup",
|
||||
Short: "Manage configuration settings",
|
||||
Long: `Manage configuration settings for external integrations and preferences.
|
||||
|
||||
Configuration is stored per-project in .beads/*.db and is version-control-friendly.
|
||||
|
||||
Reference in New Issue
Block a user