You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there's no way of excluding the custom field from then being duplicated in the writeFields call. In addition, there's no way to control the rendering of custom fields in PartsOrder for e.g. adding padding for alignment.
The feature request is thus:
Provide a way to exclude fields in the ConsoleWriter, or automatically exclude fields from writeFields if the field is specified in PartsOrder (the latter makes the most sense to me).
ConsoleWriter.FormatFieldValue should have the field name passed to it, so that the presentation of those custom fields can be modified correctly.
The text was updated successfully, but these errors were encountered:
For example, you can set up
ConsoleWriter
in such a way that custom fields are inPartsOrder
, like this:However, there's no way of excluding the custom field from then being duplicated in the
writeFields
call. In addition, there's no way to control the rendering of custom fields inPartsOrder
for e.g. adding padding for alignment.The feature request is thus:
ConsoleWriter
, or automatically exclude fields fromwriteFields
if the field is specified inPartsOrder
(the latter makes the most sense to me).ConsoleWriter.FormatFieldValue
should have the field name passed to it, so that the presentation of those custom fields can be modified correctly.The text was updated successfully, but these errors were encountered: