Skip to content

Commit 71e2603

Browse files
committed
chore: update description
1 parent c53ceb5 commit 71e2603

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/cli/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ async function runCommand(cmd: CLICommand, flags: yargs.Arguments): Promise<numb
4444
tables: {
4545
Commands: [
4646
['create', 'Create new tutorial app'],
47-
['eject', 'Eject routes'],
47+
[
48+
'eject',
49+
'Move all default pages and components into your project, providing full control over the Astro app',
50+
],
4851
['help', 'Show this help message'],
4952
],
5053
},

packages/cli/tests/create-tutorial.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ test('--help prints out message', async () => {
243243
244244
Commands:
245245
create Create new tutorial app
246-
eject Eject routes
246+
eject Move all default pages and components into your project, providing full control over the Astro app
247247
help Show this help message"
248248
`);
249249
});

0 commit comments

Comments
 (0)