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 2bddf55 commit d04e5e2
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 @@ -40,7 +40,7 @@ service Debug {
message DebugRequest {
enum Mode {
MODE_UNSPECIFIED = 0;
MODE_SHELL = 1;
MODE_SHELL = 1; // Run the command using a standard Unix shell.
MODE_CLI = 2;
}
// Mode the commands will be executed in.
Expand Down

0 comments on commit d04e5e2

Please sign in to comment.