spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

A .NET library that makes it easier to create beautiful console applications.

Results 431 spectre.console issues
Sort by recently updated
recently updated
newest added

Only examples specified on the root should show at the root. If examples are specified for commands it should not show up at the root since this is a bit...

bug

**Information** - OS: Windows (but probably everywhere) - Version: 0.41.0 - Terminal: Windows Terminal (but probably everywhere) **Describe the bug** I encountared this in a situation like this: ```cs var...

feature

Especially for Unix/Linux platforms, the convention is usually to provide options before arguments: ```bash Usage: grep [OPTION]... PATTERN [FILE]... Usage: tar [OPTION...] [FILE]... systemctl [OPTIONS...] {COMMAND} ... ``` Using boolean...

feature

**Information** - OS: Linux, Ubuntu 18.04 LTS - Version: 0.44 - Terminal: xterm-256color, zsh **Describe the bug** Providing an empty value for a string option is not possible in my...

bug
needs triage

**Information** - OS: Windows - Terminal: Windows Terminal, PowerShell **Describe the bug** Starting time the Width of the panel is 50% and Some content is rendered using Panel and After...

bug

Ways To Reproduce: 1. Setup Windows Terminal (https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701#activetab=pivot:overviewtab) with Visual Studio. 2. Create a simple progress view using Spectre.Console; ``` AnsiConsole.Progress() .Start(ctx => { // Define tasks var task1 =...

bug
:star: top bug

Hello, **Information** - OS: Windows/MacOS - Version: 0.43 - Terminal: Windows Terminal **Describe the bug** If there is one choice and the title is off, the output is bad. **To...

bug

**Is your feature request related to a problem? Please describe.** We do have questions which are shown using MultiSelectionPrompt. We want to limit the number of answers for certain questions....

feature

**Is your feature request related to a problem? Please describe.** SelectionPrompt does not contain a "Select" -method. It is however available on MultiSelectionPrompt. **Describe the solution you'd like** Option 1:...

feature
:star: top issue
:star: top feature

**Is your feature request related to a problem? Please describe.** I would like to run ASP Core application in one of the command: ```C# public static async Task Main(string[] args)...