From bc9f4a09bc5810cbda13f43d13f7e42a37fe8f7e Mon Sep 17 00:00:00 2001 From: marcushines <80116818+marcushines@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:59:15 -0700 Subject: [PATCH] Update debug/debug.proto Co-authored-by: Rob Shakir --- debug/debug.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/debug.proto b/debug/debug.proto index 9899f0d0..9fa00e6d 100644 --- a/debug/debug.proto +++ b/debug/debug.proto @@ -41,7 +41,7 @@ message DebugRequest { enum Mode { MODE_UNSPECIFIED = 0; MODE_SHELL = 1; // Run the command using a standard Unix shell. - MODE_CLI = 2; + MODE_CLI = 2; // Run the command using the vendor specific native CLI. } // Mode the commands will be executed in. Mode mode = 1;