summaryrefslogtreecommitdiff
path: root/argv.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 12:57:22 -0500
committerJeff Carr <[email protected]>2025-10-19 12:57:22 -0500
commitf914e39be658e0bfa773f030cb9d185d398109ae (patch)
treed19750034cc791f309db0300a67954647e553553 /argv.proto
parent8c44dd2eb48319b3511982e78dc6ef06b43ea3ac (diff)
populate pb.AppInfov0.0.42
Diffstat (limited to 'argv.proto')
-rw-r--r--argv.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.proto b/argv.proto
index 8f3a558..7a5ccd6 100644
--- a/argv.proto
+++ b/argv.proto
@@ -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`