add comments to fuctions.

make sure priority ranges form 0-4
This commit is contained in:
Robin Olsen
2026-02-09 19:13:46 +01:00
parent 3bf80ba859
commit 431f9e4f5d
4 changed files with 12 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/spf13/cobra"
)
// Variables for completion options and functions.
var (
typeOptions = []string{"bug", "feature", "task"}
statusOptions = []string{"open", "closed", "in_progress"}