Weird alignment if `--apphost` argument is longer than console width
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
If passing `--apphost` with a long path, the path can cause some weird alignment of the `๐ ๏ธBuilding AppHost` message
Compared to:
### Expected Behavior
I'd expect the `๐ ๏ธBuilding AppHost` text to be left aligned no matter how long the `--appHost` argument is.
### Steps To Reproduce
In the root of this repo, run:
```
aspire run --appHost playground\HealthChecks\HealthChecksSandbox.AppHost\AppHost.cs
```
### Exceptions (if any)
_No response_
### Aspire doctor output
```
Checking Aspire environment...
Aspire Environment Check
========================
Aspire
โ ๏ธ Aspire CLI version 13.4.0-preview.1.26274.8 (channel: daily) is out of date. Latest version is 13.5.0-preview.1.26308.3 (channel: prerelease)
Run 'aspire update' to update Aspire CLI.
.NET SDK
โ
.NET 10.0.204 installed (x64)
Container Runtime
โ ๏ธ Docker: installed but not running โ active
Start Docker Desktop
Environment
โ
HTTPS development certificate is trusted
Summary: 2 passed, 2 warnings, 0 failed
For detailed prerequisites: https://aka.ms/aspire-prerequisites
Aspire CLI Installations
========================
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโฌโโโโโโโโโโโโฌโโโโโโโโโโโโโโฎ
โ Path โ Version โ Channel โ Route โ PATH status โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโผโโโโโโโโโโโโผโโโโโโโโโโโโโโค
โ C:\Users\alex\.aspire\bin\aspire.exe (current) โ 13.4.0-preview.1.26274.8+e6b669aa785fc65ae9a8c2d85e044d840162e8 โ daily โ (unknown) โ active โ
โ โ 52 โ โ โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโดโโโโโโโโโโโโดโโโโโโโโโโโโโโฏ
```
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.