Macros

class Macros(using qctx: Quotes)
class Object
trait Matchable
class Any

Value members

Concrete methods

def caseClassParser[A](parser: Expr[ArgumentParser], prefix: Expr[String])(implicit evidence$2: Type[A]): Expr[() => A]
def kebabify(camelCase: String): String

thisIsKebabCase => this-is-kebab-case

thisIsKebabCase => this-is-kebab-case

def lambdaParser(fun0: Expr[Any]): Expr[Seq[String] => Unit]