5 references to Argument
dotnet-openapi (5)
Commands\AddFileCommand.cs (1)
24
_sourceFileArg =
Argument
(SourceFileArgName, $"The OpenAPI file to add. This must be a path to local OpenAPI file(s)", multipleValues: true);
Commands\AddProjectCommand.cs (1)
22
_sourceProjectArg =
Argument
(SourceProjectArgName, "The OpenAPI project to add. This must be the path to project file(s) containing OpenAPI endpoints", multipleValues: true);
Commands\AddURLCommand.cs (1)
24
_sourceFileArg =
Argument
(SourceUrlArgName, "The OpenAPI file to add. This must be a URL to a remote OpenAPI file.", multipleValues: true);
Commands\RefreshCommand.cs (1)
22
_sourceFileArg =
Argument
(SourceURLArgName, "The OpenAPI reference to refresh.");
Commands\RemoveCommand.cs (1)
22
_sourceProjectArg =
Argument
(SourceArgName, "The OpenAPI reference to remove. Must represent a reference which is already in this project", multipleValues: true);