summaryrefslogtreecommitdiff
path: root/argv.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 02:34:49 -0500
committerJeff Carr <[email protected]>2025-10-25 02:34:49 -0500
commit87dbb0b212c48e55a50b612f022b4b035e25477f (patch)
treea156655fd9ae955fabf884cdbb816d25506b7b34 /argv.proto
parent27e0ddeaf127f561ca7fd5a8083ab52eba6ca2fb (diff)
cleanup on aisle 9
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 9a38585..a67a896 100644
--- a/argv.proto
+++ b/argv.proto
@@ -38,6 +38,7 @@ message Argv { // `autogenpb:marshal
bool fast = 9; // is autocomplete running quickly?
string stdout = 10; // all output is loaded here before being sent to the shell
string stderr = 11; // all output is loaded here before being sent to the shell
+ int32 helpCounter = 12; // counter to track if the help text has been sent to Stderr
}
message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex`