dannypurcell / rubycom

Turn your library into a command-line app by simply including Rubycom.
http://dannypurcell.github.io/rubycom/
MIT License
5 stars 0 forks source link

Missing type specifier in method doc triggers a helpers argument error #20

Open dannypurcell opened 10 years ago

dannypurcell commented 10 years ago

@param <param_name> - some doc about param

triggers

Rubycom/helpers.rb:17:inblock in format_tags': tag[:types] should be an Array but was NilClass (ArgumentError)`

if the help doc tries to render on the console.

This does not stop the command from running.