From 94b59e8b6f250b263be6a36ee05903267beff532 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 16 Apr 2021 09:03:17 +0900 Subject: update commander --- src/argv.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/argv.ts') diff --git a/src/argv.ts b/src/argv.ts index 9c69a450db..ae6396129c 100644 --- a/src/argv.ts +++ b/src/argv.ts @@ -1,6 +1,8 @@ -import * as program from 'commander'; +import { Command } from 'commander'; import config from '@/config'; +const program = new Command(); + program .version(config.version) .option('--no-daemons', 'Disable daemon processes (for debbuging)') -- cgit v1.2.3-freya