Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Options
}
);

console.info(chalk.bold(`✨ swagger-to-ts 2.0`));
console.info(
"This library has been updated to 2.0 with improved generation. If you experience issues you can use the deprecated v1 with `npx @manifoldco/swagger-to-ts@1 …`"
);

const pathToSpec = cli.input[0];
const timeStart = process.hrtime();

Expand Down