2 references to ExecutablePath
System.CommandLine (2)
Parsing\StringExtensions.cs (1)
273
if (inferRootCommand && args[0] == RootCommand.
ExecutablePath
)
RootCommand.cs (1)
72
=> _executableName ??= Path.GetFileNameWithoutExtension(
ExecutablePath
).Replace(" ", "");