summarize(sdone = [], ldone = [], width = 1, max = width - 1, indent = "")
Instance Public methods
Produces the summary text. Each line of the summary is yielded to the block (without newline).
- sdone
-
Already summarized short style options keyed hash.
-
ldone -
Already summarized long style options keyed hash.
-
width -
Width of left side (option part). In other words, the right side (description part) starts after
widthcolumns. -
max -
Maximum width of left side -> the options are filled within
maxcolumns. -
indent -
Prefix string indents all summarized lines.
Please login to continue.