File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ program
188188 . option ( '-f, --file <path>' , 'Scope search to functions in this file (partial match)' )
189189 . option ( '-k, --kind <kind>' , 'Filter to a specific symbol kind' )
190190 . option ( '--no-source' , 'Metadata only (skip source extraction)' )
191- . option ( '--include -test-source' , 'Include test source code' )
191+ . option ( '--with -test-source' , 'Include test source code' )
192192 . option ( '-T, --no-tests' , 'Exclude test/spec files from results' )
193193 . option ( '--include-tests' , 'Include test/spec files (overrides excludeTests config)' )
194194 . option ( '-j, --json' , 'Output as JSON' )
@@ -203,7 +203,7 @@ program
203203 kind : opts . kind ,
204204 noSource : ! opts . source ,
205205 noTests : resolveNoTests ( opts ) ,
206- includeTests : opts . includeTestSource ,
206+ includeTests : opts . withTestSource ,
207207 json : opts . json ,
208208 } ) ;
209209 } ) ;
You can’t perform that action at this time.
0 commit comments