Skip to content

Commit 7aec97b

Browse files
authored
fix: fix help commands (#611)
1 parent 918373e commit 7aec97b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/commands/groups/terminate-session.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ class GroupsTerminateSessionCommand extends BoxCommand {
1414
}
1515
}
1616

17-
GroupsTerminateSessionCommand.aliases = ['groups:terminate-session'];
18-
1917
GroupsTerminateSessionCommand.description =
2018
"Validates the roles and permissions of the group, and creates asynchronous jobs to terminate the group's sessions.";
2119
GroupsTerminateSessionCommand.examples = [

src/commands/users/terminate-session.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class UsersTerminateSessionCommand extends BoxCommand {
1818
}
1919
}
2020

21-
UsersTerminateSessionCommand.aliases = ['users:terminate-session'];
22-
2321
UsersTerminateSessionCommand.description =
2422
"Validates the roles and permissions of the user, and creates asynchronous jobs to terminate the user's sessions.";
2523
UsersTerminateSessionCommand.examples = [

0 commit comments

Comments
 (0)