Preserving Jules Jordan base photos in deep scrape.

This commit is contained in:
DebaucheryLibrarian
2023-07-29 23:59:17 +02:00
parent c3d4bf0e62
commit ab5b165c68
56 changed files with 140 additions and 24 deletions

View File

@@ -29,6 +29,12 @@ function interpretAfter(after, ignoreIfEmpty = false) {
const { argv } = yargs
.command('npm start')
.command('update', 'fetch latest updates', () => {
console.log('UPDATING!');
})
.command('scene', 'fetch scene by URL', () => {
console.log('SCENE!');
})
.option('server', {
describe: 'Start web server',
type: 'boolean',