Skip to content

Commit

Permalink
Show labels when listing cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Nov 24, 2023
1 parent a2e81b5 commit d12b08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-balloons-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"trello-cli": patch
---

Show labels when listing all cards
1 change: 1 addition & 0 deletions packages/trello-cli/src/commands/card/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class List extends BaseCommand<typeof List> {
due: d.due,
closed: d.closed,
url: d.url,
labels: d.labels,
};
});
}
Expand Down

0 comments on commit d12b08f

Please sign in to comment.