Skip to content

Commit

Permalink
Add missing switch --keep-going to set-installed (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed May 20, 2024
1 parent cae13bd commit 76f1e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vcpkg/commands.set-installed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace
{SwitchDryRun, msgCmdSetInstalledOptDryRun},
{SwitchNoPrintUsage, msgCmdSetInstalledOptNoUsage},
{SwitchOnlyDownloads, msgHelpTxtOptOnlyDownloads},
{SwitchKeepGoing, msgHelpTxtOptKeepGoing},
{SwitchEnforcePortChecks, msgHelpTxtOptEnforcePortChecks},
{SwitchAllowUnsupported, msgHelpTxtOptAllowUnsupportedPort},
};
Expand Down

0 comments on commit 76f1e5d

Please sign in to comment.