From 12152aa09ff47dc5c5a627c27030855e254e58ad Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Jun 2021 17:48:27 +0200 Subject: Update tools dependencies --- server/tools/peertube.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/tools/peertube.ts') diff --git a/server/tools/peertube.ts b/server/tools/peertube.ts index 655f07f0c..a40c1332e 100644 --- a/server/tools/peertube.ts +++ b/server/tools/peertube.ts @@ -5,7 +5,7 @@ import { registerTSPaths } from '../helpers/register-ts-paths' registerTSPaths() -import * as program from 'commander' +import { CommandOptions, program } from 'commander' import { getSettings, version } from './cli' program @@ -28,11 +28,11 @@ program .command( 'diagnostic [action]', 'like couple therapy, but for your instance', - { noHelp: true } as program.CommandOptions + { noHelp: true } as CommandOptions ).alias('d') .command('admin', 'manage an instance where you have elevated rights', - { noHelp: true } as program.CommandOptions + { noHelp: true } as CommandOptions ).alias('a') // help on no command -- cgit v1.2.3