Expected Behavior
Running aio help cloudmanager should output some useful information
Actual Behavior
Since all of the ancestor command topics, i.e. cloudmanager:commerce, cloudmanager:commerce:bin-magento, and cloudmanager:commerce:bin-magento:maintenance default to the description of the innermost command (cloudmanager:commerce:bin-magento:maintenance:status), these all have a description of commerce maintenance status
So, e.g.
$ aio help cloudmanager
...
cloudmanager:commerce commerce maintenance status
$ aio help cloudmanager:commerce
commerce maintenance status
USAGE
$ aio cloudmanager:commerce:COMMAND
COMMANDS
cloudmanager:commerce:bin-magento commerce maintenance status
Expected Behavior
Running
aio help cloudmanagershould output some useful informationActual Behavior
Since all of the ancestor command topics, i.e.
cloudmanager:commerce,cloudmanager:commerce:bin-magento, andcloudmanager:commerce:bin-magento:maintenancedefault to the description of the innermost command (cloudmanager:commerce:bin-magento:maintenance:status), these all have a description ofcommerce maintenance statusSo, e.g.