Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract schemas from url #150

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doneExtractMessage
StarProxima committed Dec 22, 2023
commit 15d78a8dca444dc7529f44c6ca92eae0507c5613
2 changes: 1 addition & 1 deletion swagger_parser/lib/src/utils/utils.dart
Original file line number Diff line number Diff line change
@@ -198,7 +198,7 @@ void doneMessage({
}

void doneExtractMessage() {
stdout.writeln('${_green}The extraction was completed successfully. ');
stdout.writeln('${_green}The extraction was completed successfully.$_reset');
}

void exitWithError(String message) {