simplify the logic a bit and add suggestions to repl and cli

This commit is contained in:
Robin Olsen
2026-03-12 14:13:22 +01:00
parent 1eb5d4a905
commit ff99ba59fa
3 changed files with 32 additions and 40 deletions

View File

@@ -79,6 +79,7 @@ var statusValues = []prompt.Suggest{
{Text: "open", Description: "Open status"},
{Text: "closed", Description: "Closed status"},
{Text: "in_progress", Description: "In progress status"},
{Text: "blocked", Description: "Blocked status"},
{Text: "ready_to_sprint", Description: "Ready to sprint status"},
}