Ejemplo n.º 1
0
 private static IEnumerable <string> GetLines(string description, int firstWidth, int remWidth)
 {
     return(StringCoda.WrappedLines(description, firstWidth, remWidth));
 }
Ejemplo n.º 2
0
 private static IEnumerable <string> GetLines(string description)
 {
     return(StringCoda.WrappedLines(description,
                                    80 - OptionWidth,
                                    80 - OptionWidth - 2));
 }