protected Method

Options.add_options!(opt)

Override to add your options to the parser:

def add_options!(opt)
  opt.on('-v', '--verbose') { |value| options[:verbose] = value }
end

Source Code

# File rails_generator/options.rb, line 115
def add_options!(opt)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.