CommandIOApp

com.monovore.decline.effect.CommandIOApp$
See theCommandIOApp companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def run[F[_] : Console](name: String, header: String, helpFlag: Boolean, version: Option[String])(opts: Opts[F[ExitCode]], args: List[String]): F[ExitCode]
def run[F[_] : Console](command: Command[F[ExitCode]], args: List[String]): F[ExitCode]