We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1770925 commit 7b062f2Copy full SHA for 7b062f2
src/cli/generate/bundle/options/Merge.option.ts
@@ -22,6 +22,7 @@ export const MergeOption: ICommandOptionDefinition = {
22
defaultValue: false,
23
required: false,
24
implies: ["overwrite"],
25
- description: "Enable or disable the ability to merge new resources into an existing CICS bundle manifest."
+ description: "Enable or disable the ability to merge new resources into an existing CICS bundle manifest." +
26
+ "Requires --overwrite to be specified."
27
};
28
0 commit comments