Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4660f2b

Browse files
committed
Add support for multiple workers and Durable Objects script_name
1 parent 7f98be6 commit 4660f2b

File tree

17 files changed

+695
-132
lines changed

17 files changed

+695
-132
lines changed

packages/cli-parser/test/help.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ test("buildHelp: generates correctly formatted help text", (t) => {
3232
Core Options:
3333
-h, --help Show help [boolean]
3434
-v, --version Show version number [boolean]
35-
--root Path to resolve default config files [string]
36-
relative to
3735
-c, --wrangler-config Path to wrangler.toml [string]
3836
--wrangler-env Environment in wrangler.toml to use [string]
3937
--package Path to package.json [string]
@@ -49,6 +47,9 @@ Core Options:
4947
-V, --verbose Enable verbose logging [boolean]
5048
--(no-)update-check Enable update checker (enabled by [boolean]
5149
default)
50+
--root Path to resolve default config files [string]
51+
relative to
52+
--mount Mount additional named workers [array:NAME=PATH]
5253
5354
Test Options:
5455
-b, --boolean-option Boolean option [boolean]

0 commit comments

Comments
 (0)