Class: CocoapodsAqarahome::Command

Inherits:
CLAide::Command
  • Object
show all
Defined in:
lib/cocoapods-aqarahome/command.rb,
lib/cocoapods-aqarahome/command/aqarahome.rb

Overview

The primary Command for VFS.

Direct Known Subclasses

Gen

Defined Under Namespace

Classes: Gen

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Command

Returns a new instance of Command.



15
16
17
18
19
20
21
# File 'lib/cocoapods-aqarahome/command.rb', line 15

def initialize(argv)
  super
  return if ansi_output?

  Colored2.disable!
  String.send(:define_method, :colorize) { |string, _| string }
end