mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-19 02:12:49 +08:00
15 lines
417 B
C#
15 lines
417 B
C#
namespace Spectre.Console.Analyzer
|
|
{
|
|
internal static class Constants
|
|
{
|
|
internal const string StaticInstance = "AnsiConsole";
|
|
internal const string SpectreConsole = "Spectre.Console";
|
|
|
|
internal static readonly string[] LiveRenderables =
|
|
{
|
|
"Spectre.Console.LiveDisplay",
|
|
"Spectre.Console.Progress",
|
|
"Spectre.Console.Status",
|
|
};
|
|
}
|
|
} |