@@ -129,6 +129,7 @@ program
129
129
. option ( '-f, --offline' , 'Attempt to run without internet connection, make sure to have all requirements downloaded' , false )
130
130
. option ( '-C, --coverage' , 'Enable code coverage using c8' )
131
131
. 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' )
132
133
. action (
133
134
withErrors ( async ( testFiles , cmd ) => {
134
135
const extest = new ExTester ( cmd . storage , codeStream ( cmd . type ) , cmd . extensions_dir , cmd . coverage ) ;
@@ -161,6 +162,7 @@ program
161
162
. option ( '-C, --coverage' , 'Enable code coverage using c8' )
162
163
. option ( '-r, --open_resource <resources...>' , 'Open resources in VS Code. Multiple files and folders can be specified.' )
163
164
. option ( '-n, --no_cache' , 'Skip using cached version and download fresh copy without caching it' , false )
165
+ . option ( '-L, --locale <locale>' , 'to be defined' )
164
166
. action (
165
167
withErrors ( async ( testFiles , cmd ) => {
166
168
const extest = new ExTester ( cmd . storage , codeStream ( cmd . type ) , cmd . extensions_dir , cmd . coverage ) ;
0 commit comments