ExecArgs: [command
: string, callback
?: ((error,
stdout,
stderr) => void)] | [command
: string, options
: WithExternalID<{ encoding: "buffer" | null; } & ExecOptions>, callback
?: ((error,
stdout,
stderr) => void)] | [command
: string, options
: WithExternalID<{ encoding: BufferEncoding; } & ExecOptions>, callback
?: ((error,
stdout,
stderr) => void)] | [command
: string, options
: WithExternalID<{ encoding: BufferEncoding; } & ExecOptions>, callback
?: ((error,
stdout,
stderr) => void)] | [command
: string, options
: WithExternalID<ExecOptions>, callback
?: ((error,
stdout,
stderr) => void)] | [command
: string, options
: WithExternalID<ObjectEncodingOptions & ExecOptions> | undefined | null, callback
?: ((error,
stdout,
stderr) => void)]