summaryrefslogtreecommitdiff
path: root/argv.proto
diff options
context:
space:
mode:
Diffstat (limited to 'argv.proto')
-rw-r--r--argv.proto11
1 files changed, 5 insertions, 6 deletions
diff --git a/argv.proto b/argv.proto
index 3cf85b9..c203386 100644
--- a/argv.proto
+++ b/argv.proto
@@ -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`