tea/cmd
Martin Reboredo a2e8b47c57 Implement PR closing and reopening (#304)
Implement pull request closing/reopening

Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>

Correct year and `pull` description

Apply changes from #291

Return fmt.Errorf instead of log.Fatal if no pull index was supplied

Co-authored-by: Martin Reboredo <yakoyoku@gmail.com>
Reviewed-on: gitea/tea#304
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
Co-Authored-By: Martin Reboredo <yakoyakoyokuyoku@noreply.gitea.io>
Co-Committed-By: Martin Reboredo <yakoyakoyokuyoku@noreply.gitea.io>
2020-12-17 06:47:12 +08:00
..
flags replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
issues Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
labels Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
login Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
milestones Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
organizations Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
pulls Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
releases Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
repos Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
times Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
autocomplete.go Add command to install shell completion (#309) 2020-12-17 00:01:59 +08:00
issues.go Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
labels.go Refactor error handling (#308) 2020-12-17 00:18:10 +08:00
login.go replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
logout.go Add tea login delete (#296) 2020-12-14 18:28:54 +08:00
milestones.go replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
notifications.go Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
open.go Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
organizations.go Refactor error handling (#308) 2020-12-17 00:18:10 +08:00
pulls.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
releases.go Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
repos.go replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
times.go Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00