Module: Ace::Lint::CLI
- Defined in:
- lib/ace/lint/cli.rb,
lib/ace/lint/cli/commands/lint.rb
Overview
CLI namespace for ace-lint single-command entrypoint.
ace-lint uses a single-command ace-support-cli entrypoint that calls CLI::Commands::Lint directly from the executable.
Defined Under Namespace
Modules: Commands
Class Method Summary collapse
-
.start(args) ⇒ Object
Entry point for CLI invocation (used by tests via cli_helpers).