Won't fix CLI Help adds additional dot at the end.

Hoffi

Well-known member
Affected version
XF 2.2.11
Yea, a pretty small one. ;)

if you type the beginning, some help is shown, and the last entry has an additional dot at the end.

Code:
php cmd.php xf-rebuild:xf
Command "xf-rebuild:xf" is ambiguous.
Did you mean one of these?
    xf-rebuild:xfrm-resource-items       Rebuilds resource item counters.
    xf-rebuild:xfrm-user-resource-counts Rebuilds resource related user counters..
 
It's a "bug" in the Symfony console library. It's not going to be something we'd be looking to patch ourselves but if they feel it is significant I'm sure they'll make a change in a future version.
 
Top Bottom