align better with cli

This commit is contained in:
Robin Olsen
2026-03-11 14:21:36 +01:00
parent 36414142b7
commit 0a004af359
2 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import (
// Variables for completion options and functions.
var (
typeOptions = []string{"bug", "feature", "task"}
typeOptions = []string{"bug", "feature", "task", "chore"}
statusOptions = []string{"open", "closed", "in_progress"}
priorityRange = []string{"0", "1", "2", "3", "4"}
)