Skip to content

tryFfi

function tryFfi(
string[] calldata commandInput
) external returns (FfiResult memory result);

Performs a foreign function call via terminal and returns the exit code, stdout, and stderr.