Skip to content

Commit 5d8b2b2

Browse files
committed
feat: added link to SQLcl installation to the prompt
1 parent 649c625 commit 5d8b2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ export default class Generate extends Command {
544544
Object.assign( configObject, {
545545
sqlclPath: sqlclPath === '' ? await input(
546546
{
547-
message: 'Please provide full path to your SQLcl installation: ',
547+
message: 'Please provide full path to your SQLcl installation (SQLcl can be downloaded and installed from https://www.oracle.com/database/sqldeveloper/technologies/sqlcl): ',
548548
validate ( input ) {
549549
return input.trim().length === 0 ? 'This field cannot be empty!' : true;
550550
}

0 commit comments

Comments
 (0)