We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea66fe commit da9227dCopy full SHA for da9227d
index.d.ts
@@ -258,6 +258,8 @@ export type CommonOptions<EncodingType> = {
258
export type Options<EncodingType = string> = {
259
/**
260
Write some input to the `stdin` of your binary.
261
+
262
+ Tip: If the input is a file, use the `inputFile` option instead.
263
*/
264
readonly input?: string | Buffer | ReadableStream;
265
0 commit comments