nx.js
NamespacesSwitchVariables

argv

const argv: string[] = $.argv

Array of the arguments passed to the process. Under normal circumstances, this array contains a single entry with the absolute path to the .nro file.

Example

[ "sdmc:/switch/nxjs.nro" ]

On this page