TextUtils

argparse.core.TextUtils$
object TextUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def kebabify(camelCase: String): String

thisIsKebabCase => this-is-kebab-case

thisIsKebabCase => this-is-kebab-case

Attributes

def wrap(in: String, out: StringBuilder, width: Int, newLine: String): Unit