1 write to FullName
dotnet-openapi (1)
Application.cs (1)
33
FullName
= "OpenApi reference management tool";
3 references to FullName
dotnet-openapi (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
554
Out.WriteLine(
FullName
);
560
return ShortVersionGetter == null ?
FullName
: string.Format(CultureInfo.InvariantCulture, "{0} {1}",
FullName
, ShortVersionGetter());