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 377 spectre.console issues
Sort by recently updated
recently updated
newest added

Passing a false value use a negation like `--no-execution` instead of `--execution false`

good first issue
feature
area-CLI

**Is your feature request related to a problem? Please describe.** From the [docs](https://spectreconsole.net/cli/settings#validation), it looks like there's only an option to `override` a synchronous `Validate` method. There are many cases...

good first issue
feature
area-CLI

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...

good first issue
feature
area-CLI

- [X] I have read the [Contribution Guidelines](https://github.com/spectreconsole/spectre.console/blob/main/CONTRIBUTING.md) - [ ] I have commented on the issue above and discussed the intended changes - [ ] A maintainer has signed...

**Is your feature request related to a problem? Please describe.** I would like to have a way to specify expected exit codes to be documented in the `--help` output, so...

feature
area-CLI

The verified output for Should_Write_GenericException was outputting ProjectDirectory}Data\Exceptions.cs on my Windows machine, but the Verified version wasProjectDirectory}Data/Exceptions.cs Wasn't causing a build issue because we run those on Ubuntu, but locally...

Verify and Cake worked without a hitch. Very smooth upgrade process. Tests run too quick on my machine to see the fancy ANSI output for the runner, but it's there!...

**Is your feature request related to a problem? Please describe.** When using a `SelectionPrompt`, the prompt title and selected value don't remain visible in the console after selection. **Describe the...

feature
needs triage

**Information** - OS: Windows - Version: 0.49.1 - Terminal: Windows Terminal **Describe the bug** TextPrompt.Validate() does not chain with itself. Only the last call to Validate() will run. Any other...

feature
needs triage

**Information** - OS: Windows 10 - Version: Spectre.Console 0.49.1, XUnit 2.9.3 - Terminal: Windows Terminal **Describe the bug** Center aligned FigletText throws `System.OutOfMemoryException` when run with `CommandAppTester`. **To Reproduce** Run...

bug
needs triage
area-Testing-Framework