1 instantiation of InvokeCommand
dotnet-getdocument (1)
Program.cs (1)
21return new Program(console).Run(args, new InvokeCommand(console), throwOnUnexpectedArg: false);
1 reference to InvokeCommand
dotnet-getdocument (1)
Commands\InvokeCommand.cs (1)
43var thisPath = Path.GetFullPath(Path.GetDirectoryName(typeof(InvokeCommand).Assembly.Location));