]
Bartosz Spyrko-Śmietanko resolved WFCORE-1487.
----------------------------------------------
Resolution: Deferred
Replaced by
Include indexed properties in the suggestion list if no completer
exists
------------------------------------------------------------------------
Key: WFCORE-1487
URL:
https://issues.jboss.org/browse/WFCORE-1487
Project: WildFly Core
Issue Type: Enhancement
Components: CLI
Affects Versions: 2.1.0.Final
Reporter: Bartosz Spyrko-Śmietanko
Assignee: Bartosz Spyrko-Śmietanko
Fix For: 3.0.0.Alpha1, 2.2.0.CR1
Command parameters that can be specified by either an index and a name, but have no value
completer are not included in the tab completion list.
For example patch rollback tab completion does not show --patch-id
{noformat}
[disconnected /] patch rollback --
--override-all --override-modules --override= --preserve=
--reset-configuration= --rollback-to
{noformat}