smithy4s.decline

Members list

Concise view

Type members

Classlikes

final case class Entrypoint[Alg[_[_, _, _, _, _]], F[_]](interpreter: FunctorAlgebra[Alg, F], printerApi: PrinterApi[F])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Smithy4sCli[Alg[_[_, _, _, _, _]], F[_]](mainOpts: Opts[Entrypoint[Alg, F]], service: Service[Alg])(implicit evidence$1: MonadThrow[F])

Main entrypoint to Smithy4s CLIs.

Main entrypoint to Smithy4s CLIs.

Attributes

mainOpts

Opts providing an interpreter to execute commands, and printer to use when displaying the input/output/errors. See smithy4s.decline.util.PrinterApi for default options

service

The service to build a client call for

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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