diff options
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/dev/superUser.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts index ce23da5..57e2b86 100644 --- a/src/commands/dev/superUser.ts +++ b/src/commands/dev/superUser.ts @@ -17,15 +17,13 @@ export default class SuperUserCommand extends BushCommand { { id: 'action', description: 'Whether to add or remove a user from the superuser list.', - readableType: 'add|remove', - slashType: false + readableType: 'add|remove' }, { id: 'user', description: 'The user to add/remove from the superuser list.', type: 'user', - match: 'restContent', - slashType: false + match: 'restContent' } ] }); |