diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 04:51:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 04:51:16 -0500 |
| commit | a4e6b6bf814335ba972a975317381c9585015d5b (patch) | |
| tree | a8b09387d05ea5100dec96247c2caebe20aa828e /auto.proto | |
| parent | 890782893d553cb6dfdb42368b75fa9e8e893ff5 (diff) | |
minorv0.0.32
Diffstat (limited to 'auto.proto')
| -rw-r--r-- | auto.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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` |
