mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-05 12:08:16 +08:00
7 lines
94 B
C#
7 lines
94 B
C#
namespace Spectre.Console.Cli;
|
|
|
|
internal enum ParsingMode
|
|
{
|
|
Relaxed = 0,
|
|
Strict = 1,
|
|
} |