ddopson / underscore-cli

Command-line utility-belt for hacking JSON and Javascript.
Other
1.72k stars 83 forks source link

Multiple input from files #67

Open awadhwana opened 4 years ago

awadhwana commented 4 years ago

I'm trying to fetch all the keys from a map in multiple files. Is there a way in which I can provide multiple files as input something like underscore keys -i 'file1.json' -i 'file2.json'

output

#['file1','file2']