mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
1a864ea6f4
- Replaced `start`/`end` with span. - Fixed standard library. - Add `help` option. - Add a couple more errors for invalid record types. Resolve #10914 # Description # User-Facing Changes - **BREAKING CHANGE:** `error make` now takes in `span` instead of `start`/`end`: ```Nushell error make { msg: "Message" label: { text: "Label text" span: (metadata $var).span } } ``` - `error make` now has a `help` argument for custom error help. |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |