You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2026. It is now read-only.
Here is some minor edge case. I'm reporting this just in case you find it important.
> r#'def 'test' [$a?] {$a}'# | save optional.nu -f
> topiary format optional.nu
[2025-02-27T03:04:53Z ERROR topiary] Parsing error between line 1, column 15 and line 1, column 16
# but this works> r#'def 'test' [a?] {$a}'# | save optional.nu -f
Here is some minor edge case. I'm reporting this just in case you find it important.
Please, feel free to close without resolution 🙏