Skip to content

Commit 54100a7

Browse files
versecafeADKaster
authored andcommitted
Export ReviewList command and fix its naming scheme
1 parent b9ad52e commit 54100a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/githubCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export class GithubCommand extends Command {
185185
}
186186
}
187187

188-
export class ReviewList extends Command {
188+
export class ReviewListCommand extends Command {
189189
override data() {
190190
const aliases = ["reviewlist", "prlist"];
191191

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
export { EmojiCommand } from "./emojiCommand";
22-
export { GithubCommand } from "./githubCommand";
22+
export { GithubCommand, ReviewListCommand } from "./githubCommand";
2323
export { PlanCommand } from "./planCommand";
2424
export { QuickLinksCommand } from "./quickLinksCommand";
2525
export { TestCommand } from "./testCommand";

0 commit comments

Comments
 (0)