spectre.console
spectre.console copied to clipboard
A .NET library that makes it easier to create beautiful console applications.
As some users pointed out in https://github.com/spectreconsole/spectre.console/issues/702 it'd be nice to also show the help/usage when using a default command like here: ```csharp var app = new CommandApp(); app.Run(args); ```...
As mentioned in #951 (and https://github.com/spectreconsole/spectre.console/issues/702) When called without args: - Default command with required params -> Show help - Default command with required params and additional commands -> Show...
**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 border...
**Information** - OS: Linux - Ubuntu 20.04 running Mono 6.1.182 - Version: [e.g. 0.33.0] - Terminal: bash **Describe the bug** Any interactive feature crashes out with the following output System.InvalidOperationException:...
**Is your feature request related to a problem? Please describe.** I would love it if the fluent IConfigurator extension methods such as AddExample, and other all returned IConfigurator rather than...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xunit](https://togithub.com/xunit/xunit) | `2.6.6` -> `2.7.0` | [](https://docs.renovatebot.com/merge-confidence/)...
**Information** - OS: Windows 11/Ubuntu 22.04 - Version: 0.48 - Terminal: Windows terminal, Powershell, ubuntu terminal **Describe the bug** The ElapsedTimeRemaining Colums wont stop updating for stopped tasks. **To Reproduce**...
**Is your feature request related to a problem? Please describe.** For basic apps one can set the default command outside of the .Configure function. That is alright until you want...
@patriksvensson ptal. --- Please upvote :+1: this pull request if you are interested in it.
**Information** - OS: Windows 10/11 - Version: 0.48.0 - Terminal: Dos Prompt, Powershell and Windows Terminal **Describe the bug** Displaying a task list with spinners causes the whole task list...