mightyiam / curated-linter

0 stars 0 forks source link

Test ways of calling CLI #39

Closed mightyiam closed 7 years ago

mightyiam commented 7 years ago
  1. node cli
  2. ./cli

Both should work and be tested. Currently, only the first works.

mightyiam commented 7 years ago

Way number 2 also ends up like way number 1, as long as the file starts with a node.js shebang. This should be documented.