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 5d8b2b2 commit 2cdd3a3Copy full SHA for 2cdd3a3
src/index.ts
@@ -313,7 +313,7 @@ export default class Generate extends Command {
313
const databaseSID = flags['db-sid'] ?? '';
314
const databaseServiceName = flags['db-service-name'] ?? '';
315
const databaseUsername = flags['db-username'] ?? '';
316
- const sqlclPath = flags['sql-cl'] ?? '';
+ const sqlclPath = flags['sqlcl'] ?? '';
317
318
// TODO: Validate and use wallet path
319
const walletPathDirectory = flags['wallet-path'] ? flags['wallet-path'] : '';
0 commit comments