@axway/axway-central-cli 2.16.0-rc.0 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -257,7 +257,7 @@ const askForRedactionSet = async (setting, redactionSet) => {
|
|
|
257
257
|
default: _types.YesNo.No,
|
|
258
258
|
choices: _types.YesNoChoices
|
|
259
259
|
})) === _types.YesNo.Yes;
|
|
260
|
-
console.log(_chalk.default.gray("When a match for the key regular expression is
|
|
260
|
+
console.log(_chalk.default.gray("When a match for the key regular expression is found, a match\nfor the value regular expression will be replaced by the masking character(s)"));
|
|
261
261
|
|
|
262
262
|
while (askSanitize) {
|
|
263
263
|
const keyMatch = await (0, _basicPrompts.askInput)({
|