update commander
This commit is contained in:
@@ -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)')
|
||||
|
Reference in New Issue
Block a user