File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/commands/miscellaneous Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const infoCommandDetails: CodeyCommandDetails = {
54
54
subcommandDetails : { }
55
55
} ;
56
56
57
- export class InfoCommand extends CodeyCommand {
57
+ export class MiscellaneousInfoCommand extends CodeyCommand {
58
58
details = infoCommandDetails ;
59
59
60
60
public constructor ( context : Command . Context , options : Command . Options ) {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const pingCommandDetails: CodeyCommandDetails = {
57
57
subcommandDetails : { }
58
58
} ;
59
59
60
- export class PingCommand extends CodeyCommand {
60
+ export class MiscellaneousPingCommand extends CodeyCommand {
61
61
details = pingCommandDetails ;
62
62
63
63
public constructor ( context : Command . Context , options : Command . Options ) {
You can’t perform that action at this time.
0 commit comments