Commands
This module does not have a toplevel documentation block.
let execFull: ( ~?input: option(string), ~?env: option(array(string)), string ) => (list(string), list(string), bool)
let execSync: string => (list(string), bool)
Get the output of a command, in lines.
let execWithInput: (string, string) => (list(string), bool)
Get the output of a command, in lines.