diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 01:05:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 01:05:35 -0500 |
| commit | a9dd67b5b8d0fdea16de11bf33cdf2262ba72962 (patch) | |
| tree | f32ef38a013164d7c4ea03c94fb03a8c8d9114a8 /auto.proto | |
| parent | 8c9a331c9b833e14fcbd381b8065d488d0d9fbf5 (diff) | |
work out better help interactions with go-args
Diffstat (limited to 'auto.proto')
| -rw-r--r-- | auto.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |
