node.js - How to pass command line arguments to atom-runner -


i using atom-runner (https://github.com/lsegal/atom-runner) run inline nodejs program.

is possible pass command line arg when using plugin? hitting alt+r launches node since script expects argument, fails.

how can pass command line argument before running?

that not seem possible atom-runner command lines expect execution interactive. however, workaround possible below link:

https://github.com/lsegal/atom-runner/issues/144


Comments