Skip to content

🩹 [Patch]: Make outputs not break line#10

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
fix
Mar 2, 2025
Merged

🩹 [Patch]: Make outputs not break line#10
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
fix

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Mar 2, 2025

Copy link
Copy Markdown
Member

Description

This pull request includes changes to the scripts/main.ps1 file to improve the formatting and output rendering of the script. The most important changes include setting the output rendering style to 'Ansi' and ensuring the formatted list is converted to a string before being output.

Improvements to output formatting:

  • scripts/main.ps1:
    • Set $PSStyle.OutputRendering to 'Ansi' to ensure proper output rendering.
    • Modified the pipeline to convert the formatted list to a string using Out-String before outputting it.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant