tea/cmd/milestones
Norwin 4487213581 Allow batch operations on multiple entities (#512)
commands now accept multiple arguments where it makes sense.

#### before
```
NAME:
   tea issues close - Change state of an issue to 'closed'

USAGE:
   tea issues close [command options] <issue index>
```

#### after
```
NAME:
   tea issues close - Change state of one ore more issues to 'closed'

USAGE:
   tea issues close [command options] <issue index> [<issue index>...]
```

Co-authored-by: Norwin <git@nroo.de>
Reviewed-on: gitea/tea#512
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-09-27 04:35:59 +08:00
..
close.go Allow batch operations on multiple entities (#512) 2022-09-27 04:35:59 +08:00
create.go Clarify command descriptions when no arguments are taken (#496) 2022-09-14 02:14:02 +08:00
delete.go replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
issues.go Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
list.go Add --fields to notification & milestone listings (#422) 2022-09-14 03:08:18 +08:00
reopen.go Allow batch operations on multiple entities (#512) 2022-09-27 04:35:59 +08:00