summaryrefslogtreecommitdiff
path: root/auto.proto
diff options
context:
space:
mode:
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 e041709..7a470ef 100644
--- a/auto.proto
+++ b/auto.proto
@@ -22,6 +22,7 @@ message Auto { // `autogenpb:marshal` `
bool debug = 12; // print debugging info if true
bool newline = 13; // was a newline was sent to STDERR?
string last = 14; // the last arg
+ repeated string goargs = 15; // what to send to alex flint's go-args for help
}
message Autos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex`