Commit 2f521185540fa05ea56538da9771c0def5babe74

Authored by Adhidarma Hadiwinoto
1 parent a72478a626
Exists in master

Reserve keyword to implement maintenance mode

Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff

lib/default-command.js
... ... @@ -104,6 +104,14 @@ module.exports = {
104 104 "laporan",
105 105 "rekap",
106 106 ],
  107 + _maintenanceactivate: [
  108 + "activatemaintenance",
  109 + "maintenanceactivate"
  110 + ],
  111 + _maintenancedeactivate: [
  112 + "deactivatemaintenance",
  113 + "maintenancedeactivate"
  114 + ],
107 115 price: [
108 116 "cekharga",
109 117 "ch",