Completion proposal support for complete jline parameter

- to allow completing single argument with multiple tab clicks,
  for example file paths.
- Backport #512
- Fixes #834
This commit is contained in:
MJ Gallego
2023-04-15 16:04:55 +02:00
committed by Janne Valkealahti
parent 1350f619ca
commit aa74ea23ce
3 changed files with 34 additions and 14 deletions

View File

@@ -63,7 +63,7 @@ public class CompleterAutoConfiguration {
p.description(),
null,
null,
true)
p.complete())
)
.forEach(candidates::add);
}