diff options
Diffstat (limited to 'auto.proto')
| -rw-r--r-- | auto.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |
