Description
The filtering for disabled options can be removed as these completions are coming from picocli and the options have been constructed with only enabled options.
We can also see about doing a better job of limiting the completions shown as suggested here #48055 (comment) - that may be difficult in general unless we apply a simple heuristic. For example if the unknown option has two parts (db-paswd), then show only completions with two parts?
cc @mabartos
Description
The filtering for disabled options can be removed as these completions are coming from picocli and the options have been constructed with only enabled options.
We can also see about doing a better job of limiting the completions shown as suggested here #48055 (comment) - that may be difficult in general unless we apply a simple heuristic. For example if the unknown option has two parts (db-paswd), then show only completions with two parts?
cc @mabartos