diff options
Diffstat (limited to 'argv.proto')
| -rw-r--r-- | argv.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ message Argv { // `autogenpb:marshal string stderr = 10; // all output is loaded here before being sent to the shell int32 helpCounter = 11; // counter to track if the help text has been sent to Stderr string uuid = 12; // all output is loaded here before being sent to the shell + string stddbg = 13; // all output is loaded here before being sent to the shell } message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` |
