Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-03-18-nushell_0_103_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ With [#14906](https://github.com/nushell/nushell/pull/14906), attributes can now
This release includes two built-in attributes:

- `@example`: Adds an example usage for the command.
- `@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`).

Users can add their own attributes which will be available in the structured-data documentation accessible via
`help commands` and `scope commands`.
Expand Down