Command

harness.console.Command$
See theCommand companion trait
object Command

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Value members

Concrete methods

def make[R, _P, C, S](_command: String, _parser: Parser[_P], _effect: (_P, C, S) => RIO[R & HarnessEnv, S]): Command[R, C, S]