Commit 0cb61f9
authored
🩹 [Patch]: Make outputs not break line (#10)
## 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
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 70f5b12 commit 0cb61f9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
0 commit comments