opts.on('-p','--position [before|after]',['before','after'],"Place the annotations at the top (before) or the bottom (after) of the model file"){|p|ENV['position']=p}
opts.on('-r','--routes'){task=:annotate_routes}
opts.on('-r','--routes',"Annotate routes.rb with the output of 'rake routes'"){task=:annotate_routes}