You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
flags replace flag globals, require context for commands (#291) 4 years ago
issues Add more command shorthands (#307) 4 years ago
labels Add more command shorthands (#307) 4 years ago
login Add more command shorthands (#307) 4 years ago
milestones Add interactive mode for `tea milestone create` (#310) 4 years ago
organizations Add more command shorthands (#307) 4 years ago
pulls Implement PR closing and reopening (#304) 4 years ago
releases Add more command shorthands (#307) 4 years ago
repos Add more command shorthands (#307) 4 years ago
times Add more command shorthands (#307) 4 years ago
autocomplete.go Add command to install shell completion (#309) 4 years ago
issues.go Add more command shorthands (#307) 4 years ago
labels.go Refactor error handling (#308) 4 years ago
login.go replace flag globals, require context for commands (#291) 4 years ago
logout.go Add `tea login delete` (#296) 4 years ago
milestones.go replace flag globals, require context for commands (#291) 4 years ago
notifications.go Add more command shorthands (#307) 4 years ago
open.go Add more command shorthands (#307) 4 years ago
organizations.go Refactor error handling (#308) 4 years ago
pulls.go Implement PR closing and reopening (#304) 4 years ago
releases.go Add more command shorthands (#307) 4 years ago
repos.go replace flag globals, require context for commands (#291) 4 years ago
times.go Add more command shorthands (#307) 4 years ago