mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 11:20:20 +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 {
|
function notifyDeprecation(res: YargsParser.Arguments): YargsParser.Arguments {
|
||||||
console.log(
|
console.log(
|
||||||
boxen(
|
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,
|
boxenOptions,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user