Skip to content

Commit da9227d

Browse files
ehmickysindresorhus
andcommitted
Update index.d.ts
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
1 parent dea66fe commit da9227d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ export type CommonOptions<EncodingType> = {
258258
export type Options<EncodingType = string> = {
259259
/**
260260
Write some input to the `stdin` of your binary.
261+
262+
Tip: If the input is a file, use the `inputFile` option instead.
261263
*/
262264
readonly input?: string | Buffer | ReadableStream;
263265

0 commit comments

Comments
 (0)