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