diff options
| author | Jeff Carr <[email protected]> | 2025-10-25 17:42:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-25 17:42:35 -0500 |
| commit | 29c03d2c0c88486c2299492b53e4d6cf9999efa4 (patch) | |
| tree | fb4a375025b9e3b47166fd528605fa54cc4fbbd5 /argv.proto | |
| parent | ab82f99c94d1c0b0d386ca691902183b409e3d38 (diff) | |
debugging argv
Diffstat (limited to 'argv.proto')
| -rw-r--r-- | argv.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ message Argv { // `autogenpb:marshal message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid:1e6e765c-0c77-4c81-a622-0d819bfcce9a` - string version = 2; // `autogenpb:version:v0.0.4` + string version = 2; // `autogenpb:version:v0.0.5` repeated Argv argvs = 3; string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() } |
