仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
12
lib/options-parser/Parser/IParsedArgument.cs
Normal file
12
lib/options-parser/Parser/IParsedArgument.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Antmicro.OptionsParser
|
||||
{
|
||||
public interface IParsedArgument
|
||||
{
|
||||
IFlag Flag { get; }
|
||||
bool HasArgument { get; }
|
||||
bool IsSeparated { get; }
|
||||
ElementDescriptor Descriptor { get; set; }
|
||||
object Value { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user