class Config

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def commands : Hash(String, Command) #

[View source]
def commands=(commands : Hash(String, Command)) #

[View source]
def defaults : Hash(String, String) #

[View source]
def defaults=(defaults : Hash(String, String)) #

[View source]
def fill_arg(argument, env) #

[View source]
def get_env(var, env) #

[View source]
def parse(arg, env) #

[View source]