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:
@@ -23,8 +23,9 @@ import (
|
||||
)
|
||||
|
||||
var syncCmd = &cobra.Command{
|
||||
Use: "sync",
|
||||
Short: "Synchronize issues with git remote",
|
||||
Use: "sync",
|
||||
GroupID: "sync",
|
||||
Short: "Synchronize issues with git remote",
|
||||
Long: `Synchronize issues with git remote in a single operation:
|
||||
1. Export pending changes to JSONL
|
||||
2. Commit changes to git
|
||||
|
||||
Reference in New Issue
Block a user