align better with cli
This commit is contained in:
@@ -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"}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user