Skip to content

Commit 4f2fcb0

Browse files
fix: remove all parameter
1 parent 5c8bf6b commit 4f2fcb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The configuration is saved to `lldebugger.config.ts`.
101101

102102
```
103103
-V, --version output the version number
104-
-r, --remove [option] Remove Lambda Live Debugger infrastructure. Options: 'keep-layer' (default), 'remove-all'. The latest also removes the Lambda Layer
104+
-r, --remove [option] Remove Lambda Live Debugger infrastructure. Options: 'keep-layer' (default), 'all'. The latest also removes the Lambda Layer
105105
-w, --wizard Program interactively asks for each parameter and saves it to lldebugger.config.ts
106106
-v, --verbose Verbose logging
107107
-c, --context <context> AWS CDK context (default: [])

src/configuration/getConfigFromCliArgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function getConfigFromCliArgs(
2020
program.name('lld').description('Lambda Live Debugger').version(version);
2121
program.option(
2222
'-r, --remove [option]',
23-
"Remove Lambda Live Debugger infrastructure. Options: 'keep-layer' (default), 'remove-all'. The latest also removes the Lambda Layer",
23+
"Remove Lambda Live Debugger infrastructure. Options: 'keep-layer' (default), 'all'. The latest also removes the Lambda Layer",
2424
//validateRemoveOption,
2525
//"keep-layer"
2626
);

0 commit comments

Comments
 (0)