Add subcomand 'pulls create' #144

Merged
6543 merged 13 commits from 6543/tea:pulls-create into master 2020-07-16 15:00:54 +00:00
Showing only changes of commit 38aaf74ec7 - Show all commits

View File

@ -337,7 +337,7 @@ func runPullsCreate(ctx *cli.Context) error {
}
// title is required
if len(title) == 0 {
fmt.Printf("Can't create a title has to be set")
fmt.Printf("Title is required")
return nil
}

Maybe something like

Title is required
Maybe something like ``` Title is required ```