gavinr / github-csv-tools

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

options `token, org, repo` for import #105

Closed VladimirAlexiev closed 1 year ago

VladimirAlexiev commented 1 year ago

Currently githubCsvTools asks for token, org, repo interactively. It's a bit tedious to retype them several times until I get my CSV right. Could you add command-line options?

gavinr commented 1 year ago

you can use these: https://github.com/gavinr/github-csv-tools#other-options

VladimirAlexiev commented 1 year ago

oh, sorry about this!