tea/cmd/milestones
Norwin 99e49991bb Add --fields to notification & milestone listings (#422)
Together with #415 this finally adds the field flag to all entity listings.
closes #342

### ⚠️ breaking changes ⚠️
This changes the column names of `tea milestones ls`:

```diff
 - TITLE  | OPEN/CLOSED ISSUES | DUEDATE
 + TITLE  | ITEMS | DUEDATE
```

Co-authored-by: Norwin <git@nroo.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: gitea/tea#422
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-09-14 03:08:18 +08:00
..
close.go Refactor: apply new internal structurs (#206) 2020-09-30 05:11:33 +00: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 replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00