MXS-1300: Add set and clear commands

The manipulation of server status is now possible with the set and clear
commands.
This commit is contained in:
Markus Mäkelä
2017-06-30 13:23:00 +03:00
parent 38930e198d
commit 4cf17bc450
3 changed files with 58 additions and 0 deletions

View File

@ -52,6 +52,8 @@ program
})
.command(require('./lib/list.js'))
.command(require('./lib/show.js'))
.command(require('./lib/set.js'))
.command(require('./lib/clear.js'))
.recommendCommands()
.help()
.demandCommand(1, 'At least one command is required')