Tutorial: System.getCommandLineArguments

System.getCommandLineArguments

Retrieves the command line argument string that started OpenFin Runtime

Example

fin.System.getCommandLineArguments().then(args => console.log(args)).catch(err => console.log(err));