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 infoCmd = &cobra.Command{
|
||||
Use: "info",
|
||||
Short: "Show database and daemon information",
|
||||
Use: "info",
|
||||
GroupID: "setup",
|
||||
Short: "Show database and daemon information",
|
||||
Long: `Display information about the current database path and daemon status.
|
||||
|
||||
This command helps debug issues where bd is using an unexpected database
|
||||
|
||||
Reference in New Issue
Block a user