Override to add your options to the parser:
def add_options!(opt) opt.on('-v', '--verbose') { |value| options[:verbose] = value } end
# File rails_generator/options.rb, line 115 def add_options!(opt) end
<code/>
<pre/>
<code/>and<pre/>for code samples.