File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export interface MenuOptions {
21
21
message ?: string ;
22
22
23
23
/**
24
- * Set to false to prevent showing the command module's `describe` export in
25
- * the choices.
24
+ * Set to false to prevent showing the command module's `description` in the
25
+ * choices.
26
26
* @default true
27
27
*/
28
28
showDescriptions ?: boolean ;
@@ -35,7 +35,7 @@ export interface MenuOptions {
35
35
maxDescriptionLength ?: number ;
36
36
37
37
/**
38
- * Whether the command menu is enabled. Can be a boolean or a predicate
38
+ * Whether the command menu is enabled. Can be a boolean or a predicate
39
39
* function that determines whether the command menu should be shown. The
40
40
* predicate will only be called if the conditions for showing the menu are
41
41
* met.
You can’t perform that action at this time.
0 commit comments