Closed tuxuuman closed 3 years ago
New command execution method that expects the result of command execution.
Example:
//... const output = await client.exec('list'); console.log(output);
This PR looks great! I'll go ahead and merge it.
New command execution method that expects the result of command execution.
Example: