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
I'm not sure if I'm just using it wrong, but I want a line before my task.. I know I could just do a line myself, but I'm just curious whether this is intended or accidental behavior.
If I don't add a line break:
If I add a line break:
If I add a character before the line break:
The text was updated successfully, but these errors were encountered:
I'm assuming this is related to these lines which remove the title line so that it can be replaced with the output.
If there's more than 1 line (due to the linebreak) it will just remove the last line and then print the output status underneath. 🤔
We could probably use an "output section" for this, then you can just run $titleSection->overwrite('new content') 🤷🏻 Eh, can't see a way to access the underlying ConsoleOutput instance, and section() on an Illuminate Console instance is something different. 😬
I'm not sure if I'm just using it wrong, but I want a line before my task.. I know I could just do a line myself, but I'm just curious whether this is intended or accidental behavior.
If I don't add a line break:
![image](https://user-images.githubusercontent.com/151829/92613959-83914b00-f289-11ea-8c60-eb8b4e53a5c9.png)
![image](https://user-images.githubusercontent.com/151829/92614041-97d54800-f289-11ea-9585-325d6cceba76.png)
If I add a line break:
![image](https://user-images.githubusercontent.com/151829/92614063-9f94ec80-f289-11ea-99bb-63ad90a9119d.png)
![image](https://user-images.githubusercontent.com/151829/92614094-a6bbfa80-f289-11ea-8c1d-bec2dc20b0d8.png)
If I add a character before the line break:
![image](https://user-images.githubusercontent.com/151829/92614114-af143580-f289-11ea-95aa-51c68d3793be.png)
![image](https://user-images.githubusercontent.com/151829/92614166-ba676100-f289-11ea-8fff-2a7f95b3731a.png)
The text was updated successfully, but these errors were encountered: