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/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: https://gitea.com/gitea/tea/pulls/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>
2 years ago
..
close.go Allow batch operations on multiple entities (#512) 2 years ago
create.go Clarify command descriptions when no arguments are taken (#496) 2 years ago
delete.go replace flag globals, require context for commands (#291) 4 years ago
issues.go Implement notification subcommands (#389) 3 years ago
list.go Add `--fields` to notification & milestone listings (#422) 2 years ago
reopen.go Allow batch operations on multiple entities (#512) 2 years ago