# File lib/mspec/utils/options.rb, line 338
338:   def chdir
339:     on("-C", "--chdir", "DIR",
340:        "Change the working directory to DIR before running specs") do |d|
341:       Dir.chdir d
342:     end
343:   end