update commander
This commit is contained in:
parent
e9c5cd543e
commit
94b59e8b6f
3 changed files with 8 additions and 11 deletions
|
@ -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)')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue