1 instantiation of AddCommand
dotnet-openapi (1)
Application.cs (1)
46
Commands.Add(new
AddCommand
(this, httpClient));
2 references to AddCommand
dotnet-openapi (2)
Commands\AddFileCommand.cs (1)
20
public AddFileCommand(
AddCommand
parent, IHttpClientWrapper httpClient)
Commands\AddURLCommand.cs (1)
19
public AddURLCommand(
AddCommand
parent, IHttpClientWrapper httpClient)