From 693e2c0ca5ba980901ff11696cb0b472103c465b Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 4 Oct 2022 14:34:17 -0600 Subject: [PATCH] fix: add Interaction.ALL --- src/execCmd.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/execCmd.ts b/src/execCmd.ts index aae0cc8d..8cdb3e3f 100644 --- a/src/execCmd.ts +++ b/src/execCmd.ts @@ -271,6 +271,7 @@ export enum Interaction { Yes = 'Y' + '\x0D', No = 'N' + '\x0D', BACKSPACE = '\x08', + ALL = 'a', } export type InteractiveCommandExecutionResult = {