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