mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-01 19:00:21 +03:00
Update cli/index.ts
Co-authored-by: Adam Altman <adam@redoc.ly>
This commit is contained in:
parent
fb4a5b3cc3
commit
361b04208c
|
@ -482,7 +482,7 @@ function getObjectOrJSON(options) {
|
|||
function notifyDeprecation(res: YargsParser.Arguments): YargsParser.Arguments {
|
||||
console.log(
|
||||
boxen(
|
||||
'This package is deprecated now.\n\nPlease use `@redocly/cli build-docs <api>` instead.',
|
||||
'This package is deprecated.\n\nUse `@redocly/cli build-docs <api>` instead.',
|
||||
boxenOptions,
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user