mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 04:21:15 +00:00
bugfix: corrected output message for bundle command
This commit is contained in:
@@ -210,7 +210,7 @@ export function printLintTotals(totals: Totals, definitionsCount: number) {
|
||||
|
||||
if (totals.errors > 0) {
|
||||
process.stderr.write(
|
||||
gray(`run with \`--generate-ignore-file\` to add all problems to ignore file.\n`),
|
||||
gray(`run \`openapi lint --generate-ignore-file\` to add all problems to the ignore file.\n`),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user