module Tablo::Config

Overview

The Config module define global getters and setters, to be used as default values for all class instantiation parameters.

Defined in:

config.cr

Constant Summary

STYLER_TTY_ONLY = true

Checks whether styling is allowed when output is redirected.

  • true : styling not allowed (Default)
  • false : styling allowed
TERMINAL_CAPPED_WIDTH = false

Checks whether terminal size is used as table total width when packing is called without a specified width.

  • true : table width is capped to terminal size
  • false : terminal size is ignored (Default)

Class Method Summary

Class Method Detail

def self.styler_tty_only=(styler_tty_only : Bool) #

[View source]
def self.styler_tty_only? : Bool #

[View source]
def self.terminal_capped_width=(terminal_capped_width : Bool) #

[View source]
def self.terminal_capped_width? : Bool #

[View source]