mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00

* Renames Spectre.Cli to Spectre.Console.Cli. * Now uses Verify with Spectre.Console.Cli tests. * Removes some duplicate definitions. Closes #168
9 lines
126 B
C#
9 lines
126 B
C#
namespace Spectre.Console.Cli.Internal
|
|
{
|
|
internal enum CommandPart
|
|
{
|
|
CommandName,
|
|
LongOption,
|
|
}
|
|
}
|