Class: Copyist::Application

Inherits:
Thor
  • Object
show all
Defined in:
lib/copyist/application.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/copyist/application.rb', line 5

def self.exit_on_failure?
  true
end

Instance Method Details

#jira(file) ⇒ Object



15
16
17
# File 'lib/copyist/application.rb', line 15

def jira(file)
  Copyist::Jira.new(file).run
end

#job(file) ⇒ Object



10
11
12
# File 'lib/copyist/application.rb', line 10

def job(file)
  Copyist::Job.new(file).run
end