Retrieves the command line argument string that started OpenFin Runtime
Example
fin.System.getCommandLineArguments().then(args => console.log(args)).catch(err => console.log(err));
Retrieves the command line argument string that started OpenFin Runtime
fin.System.getCommandLineArguments().then(args => console.log(args)).catch(err => console.log(err));