You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`Invalid option provided for -r: ${obj}. Valid options are apex, lwc.`);
90
+
}
91
+
}
92
+
// Ask for user consent
93
+
constconsent=awaitthis.ux.confirm(
94
+
'By proceeding further, you hereby consent to the use, accept changes to your custom code, and the accompanying terms and conditions associated with the use of the OmniStudio Migration Tool. Do you want to proceed?'
95
+
);
96
+
if(!consent){
97
+
this.ux.log('User declined consent. Aborting the process.');
98
+
return;
99
+
}
100
+
constprojectPath=awaitthis.ux.prompt('Enter the project path for processing:');
0 commit comments