Added dedicated movie photo table, renamed scene photo function.
This commit is contained in:
@@ -238,6 +238,7 @@ const { argv } = yargs
|
||||
default: false,
|
||||
})
|
||||
.option('level', {
|
||||
alias: 'log-level',
|
||||
describe: 'Log level',
|
||||
type: 'string',
|
||||
default: process.env.NODE_ENV === 'development' ? 'silly' : 'info',
|
||||
|
||||
Reference in New Issue
Block a user