module

Hecr::ProcessCLI

Constants

CONVENTION_STYLES = "Styles"

:class in inline/page templates resolves against a module of this name, defined in the surrounding scope by the application.

DIRECTIVE = /\A\s*(?:<%!--(?<doc>.*?)--%>\s*)?(?:<%@\s*styles\s+(?<styles>.+?)\s*%>\s*)?<%@\s*(?<head>def\s.*?)\s*%>/m
STYLES_CONST = /\A(::)?[A-Z][A-Za-z0-9_]*(::[A-Z][A-Za-z0-9_]*)*\z/

Instance methods

run(argv : Array(String)) : Nil
Source