class Commandc::Cli

@author “Brandon Pittman” Inherits from Thor in order to create CLI

Public Instance Methods

copy() click to toggle source
# File lib/commandc/cli.rb, line 30
def copy
  output = Commandc::Text.new(
           options[:text],
           options[:to],
           options[:open]
  )
  output.copy
end