forked from extern/nushell
add MessagePack as a plugin protocol (#6370)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user