1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-22 19:02:12 +02:00

fix documentation of plugin encodings ()

Co-authored-by: Benjamin Lee <benjamin@computer.surgery>
This commit is contained in:
Benjamin Lee 2022-07-15 03:28:14 -07:00 committed by GitHub
parent 7bf09559a6
commit 58ee2bf06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
crates
nu_plugin_gstat
nu_plugin_query

@ -10,4 +10,4 @@ To install:
To register (from inside Nushell): 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): To register (from inside Nushell):
``` ```
> register <path to installed plugin> --encoding capnp > register <path to installed plugin> --encoding json