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

silence swagger-diff execution if successful #23

Closed
wants to merge 1 commit into from

Conversation

mhuisman
Copy link

issue ref: #22

simply put, silence error and warn reporting to stdout if there aren't any errors or warns to report

@mhuisman
Copy link
Author

mhuisman commented Feb 28, 2017

I'm also tempted to modify this line:

let output = 'swagger-diff\n';

to this:

let output = '';

in order to make successful output truly silent. have refrained from doing so as I wanted to get your feedback first.

@mhuisman
Copy link
Author

mhuisman commented Mar 9, 2017

in retrospect, I'm tempted to make a -s --silent Run silently if there are no errors detected help option and rework this a little.

@mhuisman
Copy link
Author

closing stale PR

@mhuisman mhuisman closed this Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant