1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-02 14:04:29 -03:00
tea/cmd
Martin Reboredo 43e9943757 Add interactive mode for tea milestone create (#310)
Implement interactive milestone creation

Return fmt.Errorf when title is empty

Incorporate deadline functionality

Use dateparse and cleanup CreateMilestone task

Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>
Co-authored-by: Martin Reboredo <yakoyoku@gmail.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/310
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: Martin Reboredo <yakoyakoyokuyoku@noreply.gitea.io>
Co-Committed-By: Martin Reboredo <yakoyakoyokuyoku@noreply.gitea.io>
2020-12-18 02:50:07 +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 interactive mode for tea milestone create (#310) 2020-12-18 02:50:07 +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