You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parse_arguments() function in package_manager.cpp should be separated to where the argument initialization code should go into the initialize() function and the parsing code stays inparse_arguments(). Separating these parts of the function should make it easier to know where to find related bugs and errors.
The text was updated successfully, but these errors were encountered:
The
parse_arguments()
function inpackage_manager.cpp
should be separated to where the argument initialization code should go into theinitialize()
function and the parsing code stays inparse_arguments()
. Separating these parts of the function should make it easier to know where to find related bugs and errors.The text was updated successfully, but these errors were encountered: