Module: Uniword::CLIHelpers

Overview

Shared error handling for all CLI classes.

Included by every Thor subcommand class to provide consistent error handling and common document-loading helpers.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/uniword/cli/helpers.rb', line 11

def self.included(base)
  base.extend(ClassMethods)
end