diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-28 14:28:54 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-28 14:28:54 +0000 |
commit | abcafe76284d190e41941571999e280b402bd8e1 (patch) | |
tree | 90706041cc966f69495c526072ee044f3b1655fd /src/commands/dev | |
parent | 453683b57b8ff013ff25e2aaa4aa1d2e047edcb7 (diff) | |
download | tanzanite-abcafe76284d190e41941571999e280b402bd8e1.tar.gz tanzanite-abcafe76284d190e41941571999e280b402bd8e1.tar.bz2 tanzanite-abcafe76284d190e41941571999e280b402bd8e1.zip |
Automatically format code
Diffstat (limited to 'src/commands/dev')
-rw-r--r-- | src/commands/dev/superUser.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts index e0328db..f38419f 100644 --- a/src/commands/dev/superUser.ts +++ b/src/commands/dev/superUser.ts @@ -20,7 +20,7 @@ export default class SuperUserCommand extends BushCommand { readableType: 'add|remove', slashType: false }, - { + { id: 'user', description: 'The user to add/remove from the superuser list.', type: 'user', |