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 (
|
||||
"github.com/steveyegge/beads/internal/daemon"
|
||||
)
|
||||
var daemonsCmd = &cobra.Command{
|
||||
Use: "daemons",
|
||||
Short: "Manage multiple bd daemons",
|
||||
Use: "daemons",
|
||||
GroupID: "sync",
|
||||
Short: "Manage multiple bd daemons",
|
||||
Long: `Manage bd daemon processes across all repositories and worktrees.
|
||||
Subcommands:
|
||||
list - Show all running daemons
|
||||
|
||||
Reference in New Issue
Block a user