diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-19 05:38:51 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-19 05:39:27 -0400 |
commit | 83f436e175643da6d75e1de3fe905b586012bac2 (patch) | |
tree | f250b9fdaca68941863caad5c778bccdf45099ca /msg.proto | |
parent | aeb85efdad3dd705894386aa9aef5e22db1541b8 (diff) |
Command line flags
Diffstat (limited to 'msg.proto')
-rw-r--r-- | msg.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ message Msg { message StartMsg { string cwd = 1; repeated string argv = 2; + bool debug_flag = 3; } message SourceCodeFetchMsg { |