Method: Docsplit::CommandLine#usage
- Defined in:
- lib/docsplit/command_line.rb
#usage ⇒ Object
Print out the usage help message.
63 64 65 66 |
# File 'lib/docsplit/command_line.rb', line 63 def usage puts "\n#{@option_parser}\n" exit end |