We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf3beb commit 54ed706Copy full SHA for 54ed706
cli.js
@@ -114,7 +114,7 @@ async function ask() {
114
function printSuccess(opts, root) {
115
let travisNote = '';
116
if (opts.travis) {
117
- travisNote = `We generated ${chalk.blue('.travis')} for you. Follow steps from ${chalk.blue(
+ travisNote = `⚠️ We generated ${chalk.blue('.travis')} for you. Follow steps from ${chalk.blue(
118
'README.md'
119
)} to finish Travis CI setup`;
120
}
@@ -150,7 +150,7 @@ async function run() {
150
${chalk.blue('create-openapi-repo')} <spec-directory>
151
152
For example:
153
- ${chalk.blue('create-openapi-repo')} my-spec`);
+ ${chalk.blue('create-openapi-repo')} test-api-repo`);
154
155
process.exit(1);
156
0 commit comments