mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2026-01-01 08:50:33 +01:00
Add OpenCLI integration to Spectre.Console.Cli
This commit is contained in:
committed by
Patrik Svensson
parent
3a70fbec75
commit
b551bbd244
@@ -0,0 +1,9 @@
|
||||
namespace Spectre.Console.Cli;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a built-in command.
|
||||
/// Used as a marker interface.
|
||||
/// </summary>
|
||||
internal interface IBuiltInCommand : ICommand
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user