Add `tea issues --fields`, allow printing labels #312
Merged
6543
merged 16 commits from noerw/tea:print-issue-fields-labels
into master
4 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'noerw/tea:print-issue-fields-labels'
Deleting a branch is permanent. It CANNOT be undone. Continue?
tea repos ls --fields
, so it can be reused with other entities.--fields
flag &tableFromItems()
to add field selection totea issues ls
&tea ms issues
Maybe we should reconsider the default fields that are printed for issues. At least
labels
should be included I think, not sure if we really needauthor
andupdated
by default}
print.IssuesList(issues, ctx.Output)
fields, _ := flags.GetFields(cmd, nil)
now you use FullName for user, can you add a fiel username witch instead of FullName always use username?
@6543 This actually was the behaviour before too. I added
author-id
to get just the raw username.Reviewers
9efee7bf99
.