-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
3.0.0.Alpha5
-
None
If there are two or more indexed CommandArguments that can be used to complete user entry at the same index, the first one will always be chosen - even if it clashes with previous arguments.
For example:
patch rollback ..<TAB>
produces a list of directories - this is because PatchHandler registers multiple CommandArguments with index 1 and in this case a completer for patch apply is the first one matched.
- blocks
-
WFCORE-1840 patch rollback should suggest installed patch ids
- Resolved
- is blocked by
-
WFCORE-2088 Enhance CLI to support Aesh Commands
- Resolved