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
Copy file name to clipboardExpand all lines: bin/sequelize-auto
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ const argv = require('yargs')
36
36
alias: 'p'
37
37
})
38
38
.option('config',{
39
-
description: 'Path to JSON file for Sequelize-Auto options and Sequelize\'s constructor "options" flag object as defined here: https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor',
39
+
description: 'Path to JSON file for Sequelize-Auto options and Sequelize\'s constructor "options" flag object as defined here: https://sequelize.org/api/v6/class/src/sequelize.js~sequelize#instance-constructor-constructor',
40
40
type: 'string',
41
41
alias: 'c'
42
42
})
@@ -51,7 +51,7 @@ const argv = require('yargs')
51
51
alias: 'e'
52
52
})
53
53
.option('additional',{
54
-
description: "Path to JSON file containing model options (for all tables). See the options: https://sequelize.org/master/class/lib/model.js~Model.html#static-method-init",
54
+
description: "Path to JSON file containing model options (for all tables). See the options: https://sequelize.org/api/v6/class/src/model.js~model#static-method-init",
0 commit comments