mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-02 18:08:30 +02:00
issue create return web url (#257)
Update SDK Use OptionalBool helper Fix #254 Reviewed-on: https://gitea.com/gitea/tea/pulls/257 Reviewed-by: John Olheiser <john.olheiser@gmail.com> Reviewed-by: techknowlogick <techknowlogick@gitea.io> Co-Authored-By: 6543 <6543@obermui.de> Co-Committed-By: 6543 <6543@obermui.de>
This commit is contained in:
@ -56,6 +56,6 @@ func runIssuesCreate(ctx *cli.Context) error {
|
||||
}
|
||||
|
||||
print.IssueDetails(issue)
|
||||
fmt.Println(issue.URL)
|
||||
fmt.Println(issue.HTMLURL)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user