Method: Spellr::CLI#options_help

Defined in:
lib/spellr/cli.rb

#options_help(_) ⇒ Object



163
164
165
166
167
168
169
# File 'lib/spellr/cli.rb', line 163

def options_help(_)
  puts options.help
  puts
  puts fetch_options.help

  exit
end