Open catherinedevlin opened 8 years ago
Right now, it is supported if *.csv is enclosed in quotes, but if it isn't, it's exploded in the shell, and apify doesn't know what to do with the later arguments. Can we let it accept any number of filenames?
*.csv
apify
Also look into path expansion? Doesn't seem to be working...
I agree, this would be a neat feature.
Right now, it is supported if
*.csv
is enclosed in quotes, but if it isn't, it's exploded in the shell, andapify
doesn't know what to do with the later arguments. Can we let it accept any number of filenames?