mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 04:45:04 +02:00
remove capnp protocol for plugin... (#6421)
* remove capnp protocol for plugin... * remove relative doc
This commit is contained in:
@ -3065,7 +3065,7 @@ pub fn parse_register(
|
||||
ParseError::IncorrectValue(
|
||||
"wrong encoding".into(),
|
||||
expr.span,
|
||||
"Encodings available: capnp, json, and msgpack".into(),
|
||||
"Encodings available: json, and msgpack".into(),
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user