struct

Term2::WithoutRenderer

Inherits Term2::ProgramOption < Struct < Value < Object

Disables the renderer, writing directly to output. Useful for testing or simple CLI apps.

Instance methods

apply(program : Program) : Nil

Apply this option to a program instance.

Source