Add basic issue view, styling and ux need improvement
This commit is contained in:
@@ -14,7 +14,7 @@ func main() {
|
||||
IssuePrefix: "pm",
|
||||
}
|
||||
|
||||
if err := tui.Run(context.Background(), config); err != nil {
|
||||
if _, err := tui.Run(context.Background(), config); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user