6 overrides of ValidateArguments
dotnet-openapi (6)
Commands\AddCommand.cs (1)
29protected override bool ValidateArguments()
Commands\AddFileCommand.cs (1)
57protected override bool ValidateArguments()
Commands\AddProjectCommand.cs (1)
42protected override bool ValidateArguments()
Commands\AddURLCommand.cs (1)
48protected override bool ValidateArguments()
Commands\RefreshCommand.cs (1)
56protected override bool ValidateArguments()
Commands\RemoveCommand.cs (1)
73protected override bool ValidateArguments()
1 reference to ValidateArguments
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
75if (!ValidateArguments())