Maze / Library /PackageCache /com.unity.testtools.codecoverage@1.2.3 /Editor /CommandLineParser /ICommandLineOption.cs
| namespace UnityEditor.TestTools.CodeCoverage.CommandLineParser | |
| { | |
| interface ICommandLineOption | |
| { | |
| string ArgName { get; } | |
| void ApplyValue(string value); | |
| } | |
| } | |