Skip to content

Commit 911b108

Browse files
Filip Pospisildjelinek
authored andcommitted
add --locale to cli
1 parent dd17b99 commit 911b108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/extester/src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ program
129129
.option('-f, --offline', 'Attempt to run without internet connection, make sure to have all requirements downloaded', false)
130130
.option('-C, --coverage', 'Enable code coverage using c8')
131131
.option('-r, --open_resource <resources...>', 'Open resources in VS Code. Multiple files and folders can be specified.')
132+
.option('-L, --locale <locale>', 'to be defined')
132133
.action(
133134
withErrors(async (testFiles, cmd) => {
134135
const extest = new ExTester(cmd.storage, codeStream(cmd.type), cmd.extensions_dir, cmd.coverage);
@@ -161,6 +162,7 @@ program
161162
.option('-C, --coverage', 'Enable code coverage using c8')
162163
.option('-r, --open_resource <resources...>', 'Open resources in VS Code. Multiple files and folders can be specified.')
163164
.option('-n, --no_cache', 'Skip using cached version and download fresh copy without caching it', false)
165+
.option('-L, --locale <locale>', 'to be defined')
164166
.action(
165167
withErrors(async (testFiles, cmd) => {
166168
const extest = new ExTester(cmd.storage, codeStream(cmd.type), cmd.extensions_dir, cmd.coverage);

0 commit comments

Comments
 (0)