Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
promovicz committed Mar 9, 2015
1 parent e106c9e commit 033a2d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command-interface/completion.dylan
Expand Up @@ -30,6 +30,7 @@ define method initialize (completion :: <command-completion>,
#rest args, #key, #all-keys)
=> ();
next-method();
// initialize reverse links
for (option in completion.completion-options)
option-completion(option) := completion;
end;
Expand All @@ -44,6 +45,7 @@ end method;
* values.
*/
define class <command-completion-option> (<object>)
/* normally initialized by make(<completion>) */
slot option-completion :: false-or(<command-completion>) = #f;
/* string for this option */
constant slot option-string :: <string>,
Expand Down

0 comments on commit 033a2d6

Please sign in to comment.