TeamCity.CSharpInteractive/CommandLineArgumentType.cs (
10
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal enum CommandLineArgumentType { ScriptFile, ScriptArgument, ScriptProperty, Help, Version, NuGetSource }