Tutorial: system.getCommandLineArguments

system.getCommandLineArguments

Retrieves the command line argument string that started OpenFin Runtime.

Example

fin.desktop.System.getCommandLineArguments(function (args) {
    console.log("The command line arguments are " + args);
});