tea/cmd/pulls
Norwin 5e7c702e07 Clarify command descriptions when no arguments are taken (#496)
This changes the command help string from eg
```
NAME:
   tea label create - Create a label

USAGE:
   tea label [command options] [arguments...]
```
to
```
NAME:
   tea label create - Create a label

USAGE:
   tea label [command options]
```

Hopefully improving usability.

---

edit: this also changes `tea release create` to take the `--tag` flag value optionally via the first argument, as this seems to be a clear UX improvement.

fixes #483

Co-authored-by: Norwin <git@nroo.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/496
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: delvh <delvh@noreply.gitea.io>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-09-14 02:14:02 +08:00
..
approve.go Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00
checkout.go Fix context requirements of subcommands (#474) 2022-03-26 15:32:53 +08:00
clean.go replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
close.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
create.go Improve Documentation (#433) 2021-12-03 02:33:56 +08:00
edit.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
list.go Clarify command descriptions when no arguments are taken (#496) 2022-09-14 02:14:02 +08:00
merge.go Add tea pr merge (#348) 2021-03-18 03:56:05 +08:00
reject.go Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00
reopen.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
review.go Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00