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