We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fa4fd commit 545c0d3Copy full SHA for 545c0d3
1 file changed
types/modules/command-manager.d.ts
@@ -79,6 +79,7 @@ export type CommandDefinition = {
79
options?: Record<string, any> | undefined;
80
subCommands?: SubCommand[] | undefined;
81
fallbackSubcommand?: SubCommand | undefined;
82
+ aliases?: string[] | undefined;
83
};
84
85
type UserCommand = {
0 commit comments