Skip to content

Commit

Permalink
fix: add Interaction.ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 4, 2022
1 parent 567ab10 commit 693e2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/execCmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export enum Interaction {
Yes = 'Y' + '\x0D',
No = 'N' + '\x0D',
BACKSPACE = '\x08',
ALL = 'a',
}

export type InteractiveCommandExecutionResult = {
Expand Down

0 comments on commit 693e2c0

Please sign in to comment.