diff --git a/src/Command/import-command.ts b/src/Command/import-command.ts index ae36f31..1a7e3a5 100644 --- a/src/Command/import-command.ts +++ b/src/Command/import-command.ts @@ -50,6 +50,7 @@ export class ImportCommand extends Command { constructor() { super('scribble-to-epub') + // noinspection HtmlDeprecatedTag,XmlDeprecatedElement this .version(packageJson.version) .description('Downloads a book from scribblehub.com and outputs it as an epub file')