add ability to set assigee with cli

comment out interactive creating
This commit is contained in:
Robin Olsen
2026-03-11 14:05:13 +01:00
parent 2879d9b712
commit 1fb73e6d9f
2 changed files with 14 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ type Flags struct {
status string
issueType string
priority int
assignee string
}
// RootCmd is the base command for the CLI application.