1
1
Fork 0
mirror of https://gitea.com/gitea/tea synced 2024-06-01 04:26:10 +02:00
tea/cmd/pulls
Norwin adb2382aa5 Add interactive mode for `tea pr create` (#279)
refactor pull create into task & interact module

avoid creation of invalid PRs

refactor task.CreatePull

to make functionality reusable in interact module

implement interactive.CreatePull

Co-authored-by: Norwin Roosen <git@nroo.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/279
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-Authored-By: Norwin <noerw@noreply.gitea.io>
Co-Committed-By: Norwin <noerw@noreply.gitea.io>
2020-12-09 05:41:50 +08:00
..
checkout.go Remove Interact Dependency Of Task Module (#280) 2020-12-08 19:25:21 +08:00
clean.go Remove Interact Dependency Of Task Module (#280) 2020-12-08 19:25:21 +08:00
create.go Add interactive mode for `tea pr create` (#279) 2020-12-09 05:41:50 +08:00
list.go Refactor: Move list print functions into print package (#273) 2020-12-08 18:28:54 +08:00