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.
1 parent 282d274 commit 84acc71Copy full SHA for 84acc71
blog/2025-03-18-nushell_0_103_0.md
@@ -88,7 +88,7 @@ With [#14906](https://github.com/nushell/nushell/pull/14906), attributes can now
88
This release includes two built-in attributes:
89
90
- `@example`: Adds an example usage for the command.
91
-- `@search-terms`: Adds search terms that can help users discover the command with `find -f`.
+- `@search-terms`: Adds search terms that can help users discover the command with `help --find` (or `help -f`).
92
93
Users can add their own attributes which will be available in the structured-data documentation accessible via
94
`help commands` and `scope commands`.
0 commit comments