Skip to content

Commit

Permalink
CR-1173328 Add argument validation check after checking for configura…
Browse files Browse the repository at this point in the history
…tions (#7686)

Signed-off-by: Daniel Benusovich <[email protected]>
  • Loading branch information
dbenusov authored Sep 2, 2023
1 parent 9f4b430 commit 71a763f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/runtime_src/core/tools/common/SubCmdConfigureInternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ SubCmdConfigureInternal::execute(const SubCmdOptions& _options) const
return;
}

// If no OptionOption was selected reprocess the arguments, but, validate
// them to catch unwanted options
process_arguments(vm, _options);

// Take care of executing hidden options for xbmgmt.
if (!m_isUserDomain) {
// -- process "help" option -----------------------------------------------
Expand Down

0 comments on commit 71a763f

Please sign in to comment.