interface ExecFileSyncOptions
          
   extends CommonExecOptions
Usage in Deno
import { type ExecFileSyncOptions } from "node:child_process";
      
    
      
    optional
shell: boolean
 | string
 | undefined
      
    import { type ExecFileSyncOptions } from "node:child_process";
      
    
      
    
shell: boolean
 | string
 | undefined