gitdagray/csv-to-sql-insert

CLI handling

kingmathers92 opened this issue · 1 comments

You're using process.argv directly within your functions. It might be a good idea to use a library like yargs for more structured and easier handling of command line arguments.

I like how yargs could provide more information in the CLI. 😀