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:
@ -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')
|
||||
|
Reference in New Issue
Block a user