diff options
Diffstat (limited to 'argv.proto')
| -rw-r--r-- | argv.proto | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -34,12 +34,11 @@ message Argv { // `autogenpb:marshal repeated string real = 5; // what will really be sent to the application string subcmd = 6; // the subcommand being processed. For "git pull <tab>", cmd would be "pull" string partial = 7; // if the user has only partially inputed something - repeated string goargs = 8; // what to send to alex flint's go-args for help - bool fast = 9; // is autocomplete running quickly? - string stdout = 10; // all output is loaded here before being sent to the shell - string stderr = 11; // all output is loaded here before being sent to the shell - int32 helpCounter = 12; // counter to track if the help text has been sent to Stderr - string uuid = 13; // all output is loaded here before being sent to the shell + bool fast = 8; // is autocomplete running quickly? + string stdout = 9; // all output is loaded here before being sent to the shell + 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 } message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` |
