Namespace Coree.NETStandard.SpectreConsole
Classes
CommandAppExtensions
Provides extension methods for Spectre.Console.Cli.ICommandApp.
HostBuilderExtensions
Provides extension methods for IHostBuilder to facilitate the integration of Spectre.Console's CommandApp into the application's host builder.
ServiceCollectionExtensions
Provides extension methods for IServiceCollection to facilitate the integration of Spectre.Console's CommandApp.
SpectreConsoleHostedService
Provides a hosted service for running Spectre.Console CLI applications within a .NET Core generic host. This class handles the application lifecycle, processes commands, and manages application exit codes based on command execution results.
SpectreConsoleTypeRegistrar
Enables type registration for Spectre.Console applications, supporting both IServiceProvider and IServiceCollection.
SpectreConsoleTypeResolver
Resolves types from an IServiceProvider, and optionally disposes it.
Enums
SpectreConsoleHostedService.ExitCode
Defines exit codes for the SpectreConsoleHostedService application. These exit codes communicate the outcome of the application's execution to the calling process, allowing for scripted interactions and error handling.