The current methods addOptions and addPositionals in Help.Layout filter out arguments that have hidden = true. Some custom layouts may want to display options and positional parameters that are usually hidden.
Add methods addAllOptions and addAllPositionals to the Help.Layout class.