Class: LanguageOperator::CLI::BaseCommand

Inherits:
Thor
  • Object
show all
Includes:
Helpers::UxHelper
Defined in:
lib/language_operator/cli/base_command.rb

Overview

Base class for all CLI commands providing shared functionality

Automatically includes Helpers::UxHelper to provide:

  • pastel - Colorized terminal output
  • prompt - Interactive user prompts

All commands inheriting from BaseCommand get these helpers automatically.

Method Summary

Methods included from Helpers::UxHelper

#box, #highlight_ruby_code, #logo, #pastel, #prompt, #spinner, #table