Module: Esp::CLI::Support

Included in:
Esp::CLI, Docs, I18nCli, Mcp, Plugins, Refs
Defined in:
lib/esp/cli/support.rb

Overview

Helpers shared by the root CLI and every subcommand. Kept in one module rather than copy-pasted per class. They’re private, and Thor only registers methods defined directly in a command class as commands, so these never become commands either way.