Smithy4sCli

smithy4s.decline.Smithy4sCli
See theSmithy4sCli companion object
class Smithy4sCli[Alg[_[_, _, _, _, _]], F[_]](mainOpts: Opts[Entrypoint[Alg, F]])(implicit evidence$1: MonadThrow[F], service: Service[Alg])

Main entrypoint to Smithy4s CLIs.

Value parameters

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def command: Command[F[Unit]]
def opts: Opts[F[Unit]]