Files

9 lines
96 B
C#
Raw Permalink Normal View History

namespace PCL.Core.App.Cli;
public enum ArgumentValueKind
{
Bool,
Decimal,
Text,
}