class Commander::UI::ProgressBar

def steps_remaining

def steps_remaining
  @total_steps - @step
end