Skip to content

Commit 6cbaf87

Browse files
fixup padding in snapshots
1 parent c67e023 commit 6cbaf87

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/wrangler/src/__tests__/kv.test.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,12 @@ describe("wrangler", () => {
455455
old-name The current name (title) of the namespace to rename [string]
456456
457457
GLOBAL FLAGS
458-
-c, --config Path to Wrangler configuration file [string]
459-
--cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
460-
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
461-
-h, --help Show help [boolean]
462-
-v, --version Show version number [boolean]
458+
-c, --config Path to Wrangler configuration file [string]
459+
--cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
460+
-e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
461+
--env-file Path to the .env file to load [string]
462+
-h, --help Show help [boolean]
463+
-v, --version Show version number [boolean]
463464
464465
OPTIONS
465466
--namespace-id The id of the namespace to rename [string]

0 commit comments

Comments
 (0)