From a4e6b6bf814335ba972a975317381c9585015d5b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 04:51:16 -0500 Subject: minor --- auto.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto.proto') diff --git a/auto.proto b/auto.proto index 1774cd4..6ec39c7 100644 --- a/auto.proto +++ b/auto.proto @@ -23,6 +23,8 @@ message Auto { // `autogenpb:marshal` ` 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 + bool fast = 16; // was the user fast last time? + string fastcmd = 17; // what subcommand was the user fast on? } message Autos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` -- cgit v1.2.3