Skip to content

Commit d5534d4

Browse files
authored
Merge pull request #20 from crowbartools/min-args-on-subcommand
2 parents 1b2f28d + c270227 commit d5534d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/modules/command-manager.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type RestrictionData = {
3030
export type SubCommand = BasicCommandDefinition & {
3131
arg: string;
3232
usage: string;
33+
minArgs?: number;
3334
regex?: boolean;
3435
fallback?: boolean;
3536
};

0 commit comments

Comments
 (0)