(params: {
command: string;
sudo?: boolean;
// Extra argv passed to the shell command after `-lc <command>`.
// This is useful for scripts that want to read "$@" without needing
// additional escaping.
shellArgs?: string[];
options?: ExecOptions;
})
source not stored for this graph (policy: none)
no test coverage detected