class Durt::Command::SyncIssues

Public Class Methods

new() click to toggle source
# File lib/durt/command.rb, line 94
def initialize
  project = Durt::Project.current_project
  controller = Durt::ProjectController.new(project)

  steps << ->(_) { controller.sync_issues }
end