diff options
Diffstat (limited to 'argv.proto')
| -rw-r--r-- | argv.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ message Argv { // `autogenpb:marshal` ` repeated string goargs = 15; // what to send to alex flint's go-args for help bool fast = 16; // was the user fast last time? string fastcmd = 17; // what subcommand was the user fast on? - App app = 18; + App appInfo = 18; } message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` |
