add MessagePack as a plugin protocol (#6370)

This commit is contained in:
Darren Schroeder
2022-08-21 06:13:38 -05:00
committed by GitHub
parent 56ce10347e
commit 5337a6dffa
12 changed files with 444 additions and 23 deletions

View File

@ -24,7 +24,7 @@ impl Command for Register {
.required_named(
"encoding",
SyntaxShape::String,
"Encoding used to communicate with plugin. Options: [capnp, json]",
"Encoding used to communicate with plugin. Options: [capnp, json, msgpack]",
Some('e'),
)
.optional(