class Sabo::Tabby::CLI

Overview

Handles all the initialization from the command line & config files.

Defined in:

sabo-tabby/cli.cr

Constant Summary

CONFIG_EXTENSIONS = {".yaml", ".yml"}
CONFIG_NAMES = {"sabo-tabby", "sabotabby", "sabo.tabby"}
TEMPLATE_EXTENSIONS = {".mst", ".html", ".mustache"}

Constructors

Constructor Detail

def self.new(args : Array(String) | Nil) #

Creates a Sabo::Tabby::CLI with the specified CLI args.


[View source]