CLI also supports multi file paths or glob - so you can give it a bunch of package.json file(s) to sort.
To review, when you run a function in JavaScript, what happens is JavaScript takes in whatever you have pass it, whether you have passed it that value directly _ (as a number or string for example)_, ...