added parameters for mode and status
This commit is contained in:
parent
a444094779
commit
f952690dd1
1 changed files with 8 additions and 0 deletions
|
@ -153,6 +153,14 @@
|
|||
this.options.theme = value;
|
||||
this.options.force = true;
|
||||
break;
|
||||
case 'm':
|
||||
this.options.mode = value;
|
||||
this.options.force = true;
|
||||
break;
|
||||
case 's':
|
||||
this.options.status = value;
|
||||
this.options.force = true;
|
||||
break;
|
||||
}
|
||||
}.bind(this));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue