Ehh. Nushell error handling is poorly built and buggy as hell. I wanted to use it, I really believed in the sales pitch, but it's just utterly unreliable and I have zero faith left in them ever actually fixing it.
- they're getting the fundamentals of globs on command lines wrong: if you pass string literals to an external command, they're still processed for globs.
this means `ls ""` (internal) and `^ls ""` (external) behave differently: <https://github.com/nushell/nushell/issues/9558>
I just saw this and thought this was pretty cool! Running your command in nushell, and eventually aborting it gives the following output
Just wanted to random praise the nushell team for this amazing level of detail!