mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-29 20:05:48 +08:00
Clean up profile enrichment
This commit is contained in:
committed by
Patrik Svensson
parent
953008b5e3
commit
e20f6284f9
@@ -7,6 +7,11 @@ namespace Spectre.Console
|
||||
/// </summary>
|
||||
public interface IProfileEnricher
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the name of the enricher.
|
||||
/// </summary>
|
||||
public string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets whether or not this enricher is enabled.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user