Skip to content

Commit

Permalink
remove unimplemented --dir option - closes #4484 (#4507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 5, 2022
1 parent c803cc0 commit 4101e37
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 @@ -153,7 +153,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 4101e37

Please sign in to comment.