-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I was trying to add the output of summary command (with --markdown and --no-color flags) to a comment on a PR automatically from a GitHub action. However, the banner/logo automatically added to the output by default was really messing things up (and taking a lot of space):
I checked open and closed issues and found that you've already added the flag I needed in #31. However, it's not documented on https://pb33f.io/openapi-changes/command-arguments/. Could you please add it there? I totally get you want to build a brand and it's a great tool so far. But for some use-cases, it's very important to be able to easily remove the logo (it might even make sense to disable it for default for some modes, like summary?), so it'd be great if the no-logo flag could be documented on the website 🙏