mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 13:03:01 +08:00
Merge pull request #2119 from podsvirov/vcpkg-help-export-ifw
[vcpkg-help-export-ifw] Add settings description
This commit is contained in:
commit
862823d8ac
@ -283,11 +283,11 @@ namespace vcpkg::Export
|
||||
static const std::array<CommandSetting, 7> EXPORT_SETTINGS = {{
|
||||
{OPTION_NUGET_ID, "Specify the id for the exported NuGet package"},
|
||||
{OPTION_NUGET_VERSION, "Specify the version for the exported NuGet package"},
|
||||
{OPTION_IFW_REPOSITORY_URL, ""},
|
||||
{OPTION_IFW_PACKAGES_DIR_PATH, ""},
|
||||
{OPTION_IFW_REPOSITORY_DIR_PATH, ""},
|
||||
{OPTION_IFW_CONFIG_FILE_PATH, ""},
|
||||
{OPTION_IFW_INSTALLER_FILE_PATH, ""},
|
||||
{OPTION_IFW_REPOSITORY_URL, "Specify the remote repository URL for the online installer"},
|
||||
{OPTION_IFW_PACKAGES_DIR_PATH, "Specify the temporary directory path for the repacked packages"},
|
||||
{OPTION_IFW_REPOSITORY_DIR_PATH, "Specify the directory path for the exported repository"},
|
||||
{OPTION_IFW_CONFIG_FILE_PATH, "Specify the temporary file path for the installer configuration"},
|
||||
{OPTION_IFW_INSTALLER_FILE_PATH, "Specify the file path for the exported installer"},
|
||||
}};
|
||||
|
||||
const CommandStructure vcpkg::Export::COMMAND_STRUCTURE = {
|
||||
|
Loading…
Reference in New Issue
Block a user