Skip to content

Commit

Permalink
Update debug/debug.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Shakir <[email protected]>
  • Loading branch information
marcushines and robshakir authored Nov 3, 2023
1 parent d04e5e2 commit bc9f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/debug.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bc9f4a0

Please sign in to comment.