diff options
| author | Jeff Carr <[email protected]> | 2025-10-25 09:26:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-25 09:26:18 -0500 |
| commit | 22fcb080548bc57847c2405d724e9f40364fa621 (patch) | |
| tree | 114dc2941073ba90b5e1a7379fe9d5b280709f5a /argv.proto | |
| parent | 221839190ba296268926589dd50416c3e7cac24a (diff) | |
still not working
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` |
