spectre.console
spectre.console copied to clipboard
A .NET library that makes it easier to create beautiful console applications.
**Is your feature request related to a problem? Please describe.** I was trying to create a table with a header, footer and a nested table (to display live data) and...
**Information** - OS: Windows/Linux - Version: 0.42.0 - Terminal: Windows cmd/Bash. **Describe the bug** The issue was originally raised in Cake repository which is using Spectre.console.cli to parse the command...
**Information** - OS: Windows - Version: 0.43.0, the issue is still there in 0.43.1-preview.0.19 - Terminal: Tested with Windows Terminal and with the built-in cmd **Describe the bug** When a...
**Is your feature request related to a problem? Please describe.** A codebase with a lot of use of `InternalsVisibleTo` so all assemblies must be signed. **Describe the solution you'd like**...
**Information** - OS: Windows - Version: 0.43.0 - Terminal: cmd.exe **Describe the bug** I noticed that there is a hard-coded `grey` color inside the breakdown chart tag format: https://github.com/spectreconsole/spectre.console/blob/main/src/Spectre.Console/Widgets/Charts/BreakdownTags.cs#L58 It...
I was chatting with @patriksvensson on Twitter and he suggest I look at AsyncCommand for an example project I posted on youtube. I checked it out, but I see no...
**Information** - OS: Linux - Version: 0.43.0 **Describe the bug** The clearest listing of the problems is available at https://github.com/lumoin/Verifiable/pull/48/checks?check_run_id=4554484579. The built results are also downloadable at https://github.com/lumoin/Verifiable/actions/runs/1589304607. **To Reproduce**...
As it affects `Commands` and long `Options` it should probably be in https://spectreconsole.net/cli/commandapp and https://spectreconsole.net/cli/settings
As a developer, I would like to build a progress monitor with spinner having many steps and as each step completes the spinner transitions to indicate the completed state of...
AddBranch() is never explained in the documentation. For Instance, in your CLI Demo App: app.Configure(config => { config.SetApplicationName("fake-dotnet"); config.ValidateExamples(); config.AddExample(new[] { "run", "--no-build" }); // Run config.AddCommand("run"); // Add **config.AddBranch("add",...