summaryrefslogtreecommitdiff
path: root/auto.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-21 23:22:53 -0500
committerJeff Carr <[email protected]>2025-09-21 23:22:53 -0500
commit1dbf1a561b092658416e1a3b0c59ba6b057bad07 (patch)
tree0b3f847cc908775cc5a54b53b0ed8260dbabdffb /auto.proto
parent3c096fec0f341f88fa614ef72b05a849e59a3cf3 (diff)
attempt to autocomplete --guiv0.0.11v0.0.10
Diffstat (limited to 'auto.proto')
-rw-r--r--auto.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.proto b/auto.proto
index 84632fa..e041709 100644
--- a/auto.proto
+++ b/auto.proto
@@ -21,6 +21,7 @@ message Auto { // `autogenpb:marshal` `
bool setupAuto = 11; // is true if '--bash' is set // setup bash autocomplete here
bool debug = 12; // print debugging info if true
bool newline = 13; // was a newline was sent to STDERR?
+ string last = 14; // the last arg
}
message Autos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex`