English
Appearance
It returns the result that is output after entering and executing the command prompt command.
command::string
string | null
console.log(await runCommand('echo a')); // Returns 'a'