DefaultRenderCommandFactory

declslides.cli.DefaultRenderCommandFactory

Default production factory for RenderCommand instances.

This object bridges the CLI layer with the concrete renderer registry and the Scala CLI-based script runner used at runtime.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def create(): Either[CliError, RenderCommand]

Creates a rendering command or returns a CLI-facing initialization error.

Creates a rendering command or returns a CLI-facing initialization error.

Attributes

Definition Classes