csv-to-sql-insert icon indicating copy to clipboard operation
csv-to-sql-insert copied to clipboard

CLI handling

Open kingmathers92 opened this issue 1 year ago • 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.

kingmathers92 avatar Dec 22 '23 17:12 kingmathers92

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

gitdagray avatar Dec 22 '23 18:12 gitdagray