Darren Schroeder
Darren Schroeder
For the record, when I was trouble shooting this, the problem ended up being that parts of the script were using out of date syntax which manifested in an odd...
@Mehrbod2002 sure, i assigned it to you.
@Mehrbod2002 we want to fix it, see my comment here https://github.com/nushell/nushell/pull/7829/files#r1087812929
One thing you can play around with is using `const`, because you can set const variables and still source them. We may have a bug though in our if/else if...
@Mehrbod2002 You can source `const` variables from within `if` loops but there's currently a bug preventing the if/else if part.
ya, i've seen things like that before. agreed, another issue would be good if there's not one already.
Agreed. With const additions, you should be able to do things similar to the OP, but with minor changes.
I'd still vote to re-run the CI and land this when it's green. It's better than what we have now.
> But it could be made to be left/right aligned all the time instead of center. (I think left aligned is better) Nushell aligns content by data type. So, numbers...
As my original issue is solved (i think), I'm going to close this. The other alignment topics should exist in their own ticket. ``` open Cargo.toml | get workspace |...