mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 04:59:54 +00:00
This commit is contained in:
@@ -220,7 +220,7 @@ public class DefaultClient implements Client {
|
||||
final List<String> args = new ArrayList<>(argv);
|
||||
final String completionShell = Environment.COMPLETION.removeCommandLineOption(args);
|
||||
if (completionShell != null) {
|
||||
output.accept(Message.log(Completion.getCompletion(completionShell, parameters)));
|
||||
output.accept(Message.out(Completion.getCompletion(completionShell, parameters)));
|
||||
return DefaultResult.success(argv);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user