MXS-1300: Add enable/disable command
The enable/disable commands allow logging options and UNIX admin accounts to be enabled and disabled.
This commit is contained in:
@ -54,6 +54,8 @@ program
|
||||
.command(require('./lib/show.js'))
|
||||
.command(require('./lib/set.js'))
|
||||
.command(require('./lib/clear.js'))
|
||||
.command(require('./lib/enable.js'))
|
||||
.command(require('./lib/disable.js'))
|
||||
.help()
|
||||
.demandCommand(1, 'At least one command is required')
|
||||
.command('*', 'the default command', {}, () => {
|
||||
|
Reference in New Issue
Block a user