That marker is only recognized by pb3-compatible compilers, meaning that tools which are otherwise compatible with our files break on them. Notably, this includes hprotoc (for haskell).
10 lines
213 B
Protocol Buffer
10 lines
213 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_DeckNewDir {
|
|
extend SessionCommand {
|
|
optional Command_DeckNewDir ext = 1009;
|
|
}
|
|
optional string path = 1;
|
|
optional string dir_name = 2;
|
|
}
|
|
|