gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
661 stars 118 forks source link

feat: Add the ability to narrow the issues exported by state #41

Closed jpulvirenti closed 3 years ago

jpulvirenti commented 3 years ago

Specify whether you want to export open, closed, or all issues. Defaults to all.

gavinr commented 3 years ago

Thanks for the PR. There are a variety of attributes that we may want to filter on, and I'd like to have a more generic switch so that we do not have to create a custom cli switch for each (milestone, state, assignee, creator, mentioned, labels)