We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f8a91 commit 99ffa64Copy full SHA for 99ffa64
command-interface/completion.dylan
@@ -14,7 +14,8 @@ define class <command-completion> (<object>)
14
/* token used to hint the completion, if provided */
15
constant slot completion-token :: false-or(<command-token>) = #f,
16
init-keyword: token:;
17
- /* was this completion exhaustive? (if yes then only given options are valid) */
+ /* was this completion exhaustive?
18
+ (if yes then only given complete options are valid) */
19
constant slot completion-exhaustive? :: <boolean> = #f,
20
init-keyword: exhaustive?:;
21
/* actual completion options */
0 commit comments