All Downloads are FREE. Search and download functionalities are using the official Maven repository.

caseapp.core.help.RuntimeCommandHelp.scala Maven / Gradle / Ivy

The newest version!
package caseapp.core.help

import dataclass.data

@data case class RuntimeCommandHelp[T](
  names: List[List[String]],
  help: Help[T],
  group: String,
  hidden: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy