class Sabo::Tabby::CLI::Config

Overview

A config file.

Included Modules

Defined in:

sabo-tabby/cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def colors : Bool | Nil #

[View source]
def custom_error_page : Bool | Nil #

[View source]
def directory : ConfigDirectory | Nil #

[View source]
def emoji : Bool | Nil #

[View source]
def gzip : Bool | Nil #

[View source]
def host : String | Nil #

[View source]
def logging : Bool | Nil #

[View source]
def port : Int32 | Nil #

[View source]
def public_folder : String | Nil #

[View source]
def serve_hidden : Bool | Nil #

[View source]
def server_header : Bool | Nil #

[View source]
def ssl : ConfigSSL | Nil #

[View source]
def theme : ConfigTheme | Nil #

[View source]