Hello guys, how can we pass command line args to t...
# nodejs
a
Hello guys, how can we pass command line args to the
main
fun of our program using the
nodeRun
gradle command? Using the
--args="…"
, like in jvm
run
, I receive an “Unknown command-line option ‘--args’” error