We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore
1 parent e397360 commit c6a417eCopy full SHA for c6a417e
book/plugins.md
@@ -37,7 +37,7 @@ To install all of the default plugins, from within Nushell run:
37
nu_plugin_gstat
38
nu_plugin_formats
39
nu_plugin_query
40
-] | each { cargo install $in; $in }
+] | each { cargo install $in } | ignore
41
```
42
43
:::
0 commit comments