$getOSTCpus
This function retrieves information about the CPU cores on the operating system using the os module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$getOSTCpus
`,
});
This function retrieves information about the CPU cores on the operating system using the os module.
<AoiClient>.addCommand({
name: "misc",
code: `
$getOSTCpus
`,
});