Replies: 2 comments
-
In what situation are you running into whitespace issues? I have extra lines in my recipes all the time with no issue. What does the shebang generally resolve to on what operating systems? |
Beta Was this translation helpful? Give feedback.
-
My apologies, I didn't realize there was a response. I believe it was PowerShell on Linux (pop_os), but I will have to double check, I jump between linux and a windows vm a lot to test things. The issue at the time was locally declared variables at the top of the scope were not seen when I attempted to use them a few lines down. I will attempt to confirm this, though. It had felt like it was ran without the shebang line being present, so each line was being ran individually. |
Beta Was this translation helpful? Give feedback.
-
Hey there, huge fan of 'just'. I just wanted to throw out a feature request for a rainy day. I was working with a shebang recipe yesterday and had some whitespace issues and thought it would be quite helpful to have a start/end scope marker, to allow for new lines.
An example could look something like this:
This is obviously not a major need, just helps visually, to me at least. To avoid things like this if I wanted some separation:
Beta Was this translation helpful? Give feedback.
All reactions