tea/modules
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>
2022-09-27 04:35:59 +08:00
..
config Add support for authentication via ssh certificates and pub/privatekey (#442) 2022-09-15 03:00:08 +08:00
context Allow batch operations on multiple entities (#512) 2022-09-27 04:35:59 +08:00
git Add tea clone (#411) 2021-10-18 20:09:27 +08:00
interact Add support for authentication via ssh certificates and pub/privatekey (#442) 2022-09-15 03:00:08 +08:00
print Add user list command (#427) 2022-09-14 03:49:34 +08:00
task Add support for authentication via ssh certificates and pub/privatekey (#442) 2022-09-15 03:00:08 +08:00
utils Allow batch operations on multiple entities (#512) 2022-09-27 04:35:59 +08:00
workaround Introduce workaround for missing pull head sha (#340) 2021-03-08 03:45:50 +08:00