node-csvtojson
node-csvtojson copied to clipboard
typo in the command line help
--headers: ... Default: null. Example: ["my field","name"]
it's missing single quotes '[]' and --headers=
--headers: ... Default: null. Example: --headers='["my field","name"]'