spectre.console
spectre.console copied to clipboard
A .NET library that makes it easier to create beautiful console applications.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Verify.Xunit](https://togithub.com/VerifyTests/Verify) | nuget | minor | `17.1.6` -> `17.8.1` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | nuget | minor | `17.2.0` -> `17.3.0` | ---...
**Information** - OS: Mac - Version: 0.44.0 - Terminal: iTerm2, Rider terminal **Describe the bug** When calling the the CommandApp via CLI without a default Command, the commands section of...
**Information** - OS: Windows 11 Pro - Version: 0.44.0 - Terminal: Windows Terminal / PowerShell 7 **Describe the bug** Spectre CLI doesn't seem to call `Validate` if a constructor is...
I was surprised that the help output chops periods off documentation when using Spectre.Console.Cli. Occasionally, I create commands that need a little more context than I can put into a...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gpr](https://togithub.com/jcansdale/gpr) | nuget | patch | `0.1.281` -> `0.1.285` | ---...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] No current problem, but...
This PR allows to set the column witdh not only to fixed width or auto-size (size to content) but also allows proportional sizing: ```csharp table.AddColumn(new TableColumn("Column 1").StarWidth(1.5)); table.AddColumn(new TableColumn("Column 2").StarWidth(1));...
## Context Currently the `TransferSpeedColumn` is displaying the transfer speed using the binary/IEC definition of a kilobyte/megabyte/gigabyte (1024x) Typically, network transfer speeds are specified using the decimal definition (1000x), for...