We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ad52e commit 54100a7Copy full SHA for 54100a7
src/commands/githubCommand.ts
@@ -185,7 +185,7 @@ export class GithubCommand extends Command {
185
}
186
187
188
-export class ReviewList extends Command {
+export class ReviewListCommand extends Command {
189
override data() {
190
const aliases = ["reviewlist", "prlist"];
191
src/commands/index.ts
@@ -19,7 +19,7 @@
19
*/
20
21
export { EmojiCommand } from "./emojiCommand";
22
-export { GithubCommand } from "./githubCommand";
+export { GithubCommand, ReviewListCommand } from "./githubCommand";
23
export { PlanCommand } from "./planCommand";
24
export { QuickLinksCommand } from "./quickLinksCommand";
25
export { TestCommand } from "./testCommand";
0 commit comments