Completion proposal support for complete jline parameter
- to allow completing single argument with multiple tab clicks, for example file paths. - Backport #512 - Fixes #836
This commit is contained in:
committed by
Janne Valkealahti
parent
1caeacfb9c
commit
649cb68c14
@@ -63,7 +63,7 @@ public class CompleterAutoConfiguration {
|
||||
p.description(),
|
||||
null,
|
||||
null,
|
||||
true)
|
||||
p.complete())
|
||||
)
|
||||
.forEach(candidates::add);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user