update commander

This commit is contained in:
syuilo 2021-04-16 09:03:17 +09:00
parent e9c5cd543e
commit 94b59e8b6f
3 changed files with 8 additions and 11 deletions

View file

@ -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)')