Skip to content

Commit

Permalink
[#969] Reorganized code a little bit to facilitate (hopefully) comple…
Browse files Browse the repository at this point in the history
…tion support for nested sub-subcommands
  • Loading branch information
remkop committed Mar 21, 2020
1 parent 1cdd89f commit ca65357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private SystemCompleter compileCompleters(SystemCompleter completer, CommandLine

// TODO support nested sub-subcommands (https://github.com/remkop/picocli/issues/969)
// Is the below sufficient?
// compileCompleters(out, sub.commandLine());
// compileCompleters(completer, sub.commandLine());
}
return completer;
}
Expand Down

0 comments on commit ca65357

Please sign in to comment.