mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 02:48:17 +02:00
remove capnp protocol for plugin... (#6421)
* remove capnp protocol for plugin... * remove relative doc
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, msgpack]",
|
||||
"Encoding used to communicate with plugin. Options: [json, msgpack]",
|
||||
Some('e'),
|
||||
)
|
||||
.optional(
|
||||
|
Reference in New Issue
Block a user