-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The json specification generated by the updated openapiv3 is ordered slightly differently, but not in a way that matters to anything but "brute force" diff checks like expectorate. This updates the dependency and applies the reordering to the recorded OpenAPI specs.
- Loading branch information
Showing
14 changed files
with
186 additions
and
159 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
error: the following required arguments were not provided: | ||
<CONFIG_FILE_PATH> | ||
See README.adoc for more information | ||
|
||
Usage: nexus <CONFIG_FILE_PATH> | ||
Usage: nexus [OPTIONS] [CONFIG_FILE_PATH] | ||
|
||
For more information, try '--help'. | ||
Arguments: | ||
[CONFIG_FILE_PATH] | ||
|
||
Options: | ||
-O, --openapi Print the external OpenAPI Spec document and exit | ||
-I, --openapi-internal Print the internal OpenAPI Spec document and exit | ||
-h, --help Print help | ||
|
||
nexus: CONFIG_FILE_PATH is required |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.