mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2026-01-02 01:03:32 +01:00
Move Spectre.Console.Cli to it's own package
This commit is contained in:
committed by
Patrik Svensson
parent
b600832e00
commit
36ca22ffac
8
src/Spectre.Console.Cli/EmptyCommandSettings.cs
Normal file
8
src/Spectre.Console.Cli/EmptyCommandSettings.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Spectre.Console.Cli;
|
||||
|
||||
/// <summary>
|
||||
/// Represents empty settings.
|
||||
/// </summary>
|
||||
public sealed class EmptyCommandSettings : CommandSettings
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user