Selector/Selector.CLI/Options.cs

11 lines
157 B
C#

namespace Selector.CLI
{
class RootOptions
{
public const string Key = "Selector";
public int Number { get; set; } = 2;
}
}