summaryrefslogtreecommitdiff
path: root/argv.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 18:39:18 -0500
committerJeff Carr <[email protected]>2025-10-27 18:39:18 -0500
commit4b096312a8ad49d0079242dc274c7c4a8a2cb31a (patch)
tree3621600ec15dc43ae552dbd45fe5d926c7cf2722 /argv.proto
parent8a0353dfd94e24d2b1a67a2b5c1cdac37c91ad35 (diff)
trying to fix helpv0.0.48
Diffstat (limited to 'argv.proto')
-rw-r--r--argv.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.proto b/argv.proto
index 4a37932..0d5763b 100644
--- a/argv.proto
+++ b/argv.proto
@@ -39,6 +39,7 @@ message Argv { // `autogenpb:marshal
string stderr = 10; // all output is loaded here before being sent to the shell
int32 helpCounter = 11; // counter to track if the help text has been sent to Stderr
string uuid = 12; // all output is loaded here before being sent to the shell
+ string stddbg = 13; // all output is loaded here before being sent to the shell
}
message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex`