mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
fix documentation of plugin encodings (#6052)
Co-authored-by: Benjamin Lee <benjamin@computer.surgery>
This commit is contained in:
parent
7bf09559a6
commit
58ee2bf06a
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ To install:
|
|||
|
||||
To register (from inside Nushell):
|
||||
```
|
||||
> register <path to installed plugin> --encoding capnp
|
||||
> register <path to installed plugin> --encoding json
|
|
@ -10,4 +10,4 @@ To install:
|
|||
|
||||
To register (from inside Nushell):
|
||||
```
|
||||
> register <path to installed plugin> --encoding capnp
|
||||
> register <path to installed plugin> --encoding json
|
Loading…
Reference in a new issue