added parameters for mode and status

This commit is contained in:
Manuel Friedli 2014-12-07 13:03:34 +01:00
parent a444094779
commit f952690dd1
1 changed files with 8 additions and 0 deletions

View File

@ -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));
}