1 write to _executablePath
System.CommandLine (1)
RootCommand.cs (1)
77
public static string ExecutablePath =>
_executablePath
??= Environment.GetCommandLineArgs()[0];