I want to target nodejs for a little command line tool (which accompanies other JS stuff).
Is there any way to read the command line parameters under the JS backend? I tried the standard paramCount() and paramStr() from the os module, but get a run time exception "paramCount is not implemented on Nintendo Switch".
BTW, this happens with and without -d:nodejs.
So the libraries to deal with Node.JS (or Deno) feels better. Like import node/fs or import deno/fs.