feature

fun feature(id: String, ref: String? = null, name: String = id, description: () -> String)


fun feature(id: String, description: String, ref: String? = null, name: String = id)

Deprecated

Use lambda builder instead.