class Sabo::Tabby::CLI
- Sabo::Tabby::CLI
- Reference
- Object
Overview
Handles all the initialization from the command line & config files.
Defined in:
sabo-tabby/cli.crConstant Summary
-
CONFIG_EXTENSIONS =
{".yaml", ".yml"} -
CONFIG_NAMES =
{"sabo-tabby", "sabotabby", "sabo.tabby"} -
TEMPLATE_EXTENSIONS =
{".mst", ".html", ".mustache"}
Constructors
-
.new(args : Array(String) | Nil)
Creates a
Sabo::Tabby::CLIwith the specified CLI args.