-
**Information**
- OS: Windows
- Version: [e.g. 0.45.0]
- Terminal: Visual Studio Console & Windows PowerShell
**Describe the bug**
Detected that Spectre.Console is faster than Console.Writel…
maije updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
`ValidationResult.Error` method should accept/support markup string when returning from `CommandSettings.Validate` method.
In `…
-
ghost updated
10 months ago
-
I want to get AbsoluteUri or null but it's not supported by TextPrompt even with AllowEmpty=true.
```csharp
var uri = await new TextPrompt( $"abc" )
.AllowEmpty()
.Validate( value =>
…
-
AddBranch() is never explained in the documentation.
For Instance, in your CLI Demo App:
app.Configure(config =>
{
config.SetApplicationName("fake-dot…
-
**Describe the bug**
Generated config does not work with VitePress' active menu item marker.
This is because it does not generate leading slashes in `link` items:
```
[
{
items: [
…
-
**Information**
- OS: Windows
- Version: 19044.1889
- Terminal: Windows Terminal
**Describe the bug**
Column widths are not calculated correctly when one of the edges in a custom defined bor…
f2bo updated
6 months ago
-
PWSH 7.4, Windows Terminal, also happens in vscode. PwshSpectreConsole 2.1.1
![image](https://github.com/user-attachments/assets/97aa8fb1-e888-4b65-baa8-1a8c9a92f9bd)
-
few notes / enhancements that are recommended when handling async commands in a cli application.
When using async command in cli, it is recommended to add cancelation token to be passed to "Execute…
-
Per side conversation with @BDisp in #1601, creating this ticket to track development of this feature/project.
At the moment, it seems like the Blazor required references might be best kept in a se…