mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 00:12:58 +00:00
i was looking at the website documentation of `std assert` and i noticed one thing - the `--error-label` argument of `assert` and `assert not` was just a `record` -> now it's that complete type `record<text: string, span: record<start: int, end: int>>`