Skip to content

Commit

Permalink
remove unimplemented --dir option - closes #4484
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 4, 2022
1 parent cc5a7ff commit a5d77ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-cobras-swim.md
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Remove unimplemented option from CLI
1 change: 0 additions & 1 deletion packages/kit/src/cli.js
Expand Up @@ -151,7 +151,6 @@ prog
prog
.command('package')
.describe('Create a package')
.option('-d, --dir', 'Destination directory', 'package')
.action(async () => {
try {
const config = await load_config();
Expand Down

0 comments on commit a5d77ff

Please sign in to comment.