MxCLI version: 0.6.0
Mendix version: 11.8.0
MxCli diag: not necessary
When executing the "microflow describe" command I noticed that the list operation "Equals" got a wrong description.
The output looks like:

While the microflow part looks like:
I expect something like:
- $ContractListEqualsObject = EQUALS($ContractListInput_1, $ContractInput);
- $ContractListEqualsList = EQUALS($ContractListInput_1, $ContractListInput_2);
Same issue for the following list operations:
- FILTER (remark: Filter by expression is ok)
- FIND (remark; find by expression is ok)
- RANGE
MxCLI version: 0.6.0
Mendix version: 11.8.0
MxCli diag: not necessary
When executing the "microflow describe" command I noticed that the list operation "Equals" got a wrong description.
The output looks like:

While the microflow part looks like:
I expect something like:
Same issue for the following list operations: