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);
});
Retrieves the command line argument string that started OpenFin Runtime.
fin.desktop.System.getCommandLineArguments(function (args) {
console.log("The command line arguments are " + args);
});