@@ -169,7 +169,7 @@ int ProjMgr::ParseCommandLine(int argc, char** argv) {
169169 {" list packs" , { true , {context, contextSet, debug, filter, load, missing, quiet, schemaCheck, toolchain, verbose, relativePaths}}},
170170 {" list boards" , { true , {context, contextSet, debug, filter, load, quiet, schemaCheck, toolchain, verbose}}},
171171 {" list devices" , { true , {context, contextSet, debug, filter, load, quiet, schemaCheck, toolchain, verbose}}},
172- {" list configs" , { true , {context, contextSet, debug, filter, load, quiet, schemaCheck, toolchain, verbose}}},
172+ {" list configs" , { false , {context, contextSet, debug, filter, load, quiet, schemaCheck, toolchain, verbose}}},
173173 {" list components" , { true , {context, contextSet, debug, filter, load, quiet, schemaCheck, toolchain, verbose}}},
174174 {" list dependencies" , { false , {context, contextSet, debug, filter, load, quiet, schemaCheck, toolchain, verbose}}},
175175 {" list contexts" , { false , {debug, filter, quiet, schemaCheck, verbose, ymlOrder}}},
@@ -788,11 +788,9 @@ bool ProjMgr::RunListComponents(void) {
788788}
789789
790790bool ProjMgr::RunListConfigs () {
791- if (!m_csolutionFile.empty ()) {
792- // Parse all input files and create contexts
793- if (!PopulateContexts ()) {
794- return false ;
795- }
791+ // Parse all input files and create contexts
792+ if (!PopulateContexts ()) {
793+ return false ;
796794 }
797795
798796 // Parse context selection
0 commit comments