Skip to content

Commit

Permalink
docs: RunOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Jul 15, 2022
1 parent 490cff8 commit 3c66b4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export interface CommandFailure {
stdout: string;
}

/**
* Extra options, to modify how the command runs.
*/
export interface RunOptions {
/** If specified, will be supplied as STDIN to the command. */
stdin?: string;
Expand Down

0 comments on commit 3c66b4a

Please sign in to comment.