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