@@ -272,33 +272,33 @@ namespace vcpkg::Export
272
272
std::vector<PackageSpec> specs;
273
273
};
274
274
275
- static constexpr StringLiteral OPTION_OUTPUT = " -- output" ;
276
- static constexpr StringLiteral OPTION_DRY_RUN = " -- dry-run" ;
277
- static constexpr StringLiteral OPTION_RAW = " -- raw" ;
278
- static constexpr StringLiteral OPTION_NUGET = " -- nuget" ;
279
- static constexpr StringLiteral OPTION_IFW = " -- ifw" ;
280
- static constexpr StringLiteral OPTION_ZIP = " -- zip" ;
281
- static constexpr StringLiteral OPTION_SEVEN_ZIP = " -- 7zip" ;
282
- static constexpr StringLiteral OPTION_NUGET_ID = " -- nuget-id" ;
283
- static constexpr StringLiteral OPTION_NUGET_VERSION = " -- nuget-version" ;
284
- static constexpr StringLiteral OPTION_IFW_REPOSITORY_URL = " -- ifw-repository-url" ;
285
- static constexpr StringLiteral OPTION_IFW_PACKAGES_DIR_PATH = " -- ifw-packages-directory-path" ;
286
- static constexpr StringLiteral OPTION_IFW_REPOSITORY_DIR_PATH = " -- ifw-repository-directory-path" ;
287
- static constexpr StringLiteral OPTION_IFW_CONFIG_FILE_PATH = " -- ifw-configuration-file-path" ;
288
- static constexpr StringLiteral OPTION_IFW_INSTALLER_FILE_PATH = " -- ifw-installer-file-path" ;
289
- static constexpr StringLiteral OPTION_CHOCOLATEY = " -- x-chocolatey" ;
290
- static constexpr StringLiteral OPTION_CHOCOLATEY_MAINTAINER = " -- x-maintainer" ;
291
- static constexpr StringLiteral OPTION_CHOCOLATEY_VERSION_SUFFIX = " -- x-version-suffix" ;
292
- static constexpr StringLiteral OPTION_ALL_INSTALLED = " -- x-all-installed" ;
293
-
294
- static constexpr StringLiteral OPTION_PREFAB = " -- prefab" ;
295
- static constexpr StringLiteral OPTION_PREFAB_GROUP_ID = " -- prefab-group-id" ;
296
- static constexpr StringLiteral OPTION_PREFAB_ARTIFACT_ID = " -- prefab-artifact-id" ;
297
- static constexpr StringLiteral OPTION_PREFAB_VERSION = " -- prefab-version" ;
298
- static constexpr StringLiteral OPTION_PREFAB_SDK_MIN_VERSION = " -- prefab-min-sdk" ;
299
- static constexpr StringLiteral OPTION_PREFAB_SDK_TARGET_VERSION = " -- prefab-target-sdk" ;
300
- static constexpr StringLiteral OPTION_PREFAB_ENABLE_MAVEN = " -- prefab-maven" ;
301
- static constexpr StringLiteral OPTION_PREFAB_ENABLE_DEBUG = " -- prefab-debug" ;
275
+ static constexpr StringLiteral OPTION_OUTPUT = " output" ;
276
+ static constexpr StringLiteral OPTION_DRY_RUN = " dry-run" ;
277
+ static constexpr StringLiteral OPTION_RAW = " raw" ;
278
+ static constexpr StringLiteral OPTION_NUGET = " nuget" ;
279
+ static constexpr StringLiteral OPTION_IFW = " ifw" ;
280
+ static constexpr StringLiteral OPTION_ZIP = " zip" ;
281
+ static constexpr StringLiteral OPTION_SEVEN_ZIP = " 7zip" ;
282
+ static constexpr StringLiteral OPTION_NUGET_ID = " nuget-id" ;
283
+ static constexpr StringLiteral OPTION_NUGET_VERSION = " nuget-version" ;
284
+ static constexpr StringLiteral OPTION_IFW_REPOSITORY_URL = " ifw-repository-url" ;
285
+ static constexpr StringLiteral OPTION_IFW_PACKAGES_DIR_PATH = " ifw-packages-directory-path" ;
286
+ static constexpr StringLiteral OPTION_IFW_REPOSITORY_DIR_PATH = " ifw-repository-directory-path" ;
287
+ static constexpr StringLiteral OPTION_IFW_CONFIG_FILE_PATH = " ifw-configuration-file-path" ;
288
+ static constexpr StringLiteral OPTION_IFW_INSTALLER_FILE_PATH = " ifw-installer-file-path" ;
289
+ static constexpr StringLiteral OPTION_CHOCOLATEY = " x-chocolatey" ;
290
+ static constexpr StringLiteral OPTION_CHOCOLATEY_MAINTAINER = " x-maintainer" ;
291
+ static constexpr StringLiteral OPTION_CHOCOLATEY_VERSION_SUFFIX = " x-version-suffix" ;
292
+ static constexpr StringLiteral OPTION_ALL_INSTALLED = " x-all-installed" ;
293
+
294
+ static constexpr StringLiteral OPTION_PREFAB = " prefab" ;
295
+ static constexpr StringLiteral OPTION_PREFAB_GROUP_ID = " prefab-group-id" ;
296
+ static constexpr StringLiteral OPTION_PREFAB_ARTIFACT_ID = " prefab-artifact-id" ;
297
+ static constexpr StringLiteral OPTION_PREFAB_VERSION = " prefab-version" ;
298
+ static constexpr StringLiteral OPTION_PREFAB_SDK_MIN_VERSION = " prefab-min-sdk" ;
299
+ static constexpr StringLiteral OPTION_PREFAB_SDK_TARGET_VERSION = " prefab-target-sdk" ;
300
+ static constexpr StringLiteral OPTION_PREFAB_ENABLE_MAVEN = " prefab-maven" ;
301
+ static constexpr StringLiteral OPTION_PREFAB_ENABLE_DEBUG = " prefab-debug" ;
302
302
303
303
static constexpr std::array<CommandSwitch, 11 > EXPORT_SWITCHES = {{
304
304
{OPTION_DRY_RUN, " Do not actually export" },
0 commit comments