module ArchSpec::CLI

The archspec command line. Backs the exe/archspec executable and dispatches the init, check, explain, and version subcommands.

archspec init
archspec check [PATHS...] [--config PATH] [--format text|json] [--update-todo]
archspec explain PATH_OR_CONSTANT

run returns the process exit status: 0 when clean, 1 when violations are found.