With #91 and #93, the PV cost field when using --show-pv or -A shows zeros, due to the marshalling of the pvs not working and because pvCost doesn't exist in the Allocation struct. Thus, we're not getting a value for the PV cost.
Either fixing the marshalling of the pvs here or just creating a workaround would both solve the problem.
With #91 and #93, the PV cost field when using
--show-pvor-Ashows zeros, due to the marshalling of thepvsnot working and becausepvCostdoesn't exist in theAllocationstruct. Thus, we're not getting a value for the PV cost.Either fixing the marshalling of the
pvshere or just creating a workaround would both solve the problem.