aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/superUser.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-02 18:09:51 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-02 18:09:51 -0400
commit34b55d206c5048b4abacf68c663261f494c888a2 (patch)
tree4a2ec064f43d4bc5cd217aeb078af6fcac9c57bb /src/commands/dev/superUser.ts
parent0d87396461833b23aaaf733aaa6f03e4889f4224 (diff)
downloadtanzanite-34b55d206c5048b4abacf68c663261f494c888a2.tar.gz
tanzanite-34b55d206c5048b4abacf68c663261f494c888a2.tar.bz2
tanzanite-34b55d206c5048b4abacf68c663261f494c888a2.zip
feat(helpCommand): add arguments
Diffstat (limited to 'src/commands/dev/superUser.ts')
-rw-r--r--src/commands/dev/superUser.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts
index 57e2b86..d62ac8e 100644
--- a/src/commands/dev/superUser.ts
+++ b/src/commands/dev/superUser.ts
@@ -15,12 +15,12 @@ export default class SuperUserCommand extends BushCommand {
ownerOnly: true,
helpArgs: [
{
- id: 'action',
+ name: 'action',
description: 'Whether to add or remove a user from the superuser list.',
- readableType: 'add|remove'
+ type: "'add'|'remove'"
},
{
- id: 'user',
+ name: 'user',
description: 'The user to add/remove from the superuser list.',
type: 'user',
match: 'restContent'