12 13 14 15
# File 'lib/dude/commands/track.rb', line 12 def call(id:) @id = id Dude::Toggl::StartTimeEntry.new.call(task_title: task_title, project: Dude::SETTINGS.dig(:toggl, :project_name)) end