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

Doc parsing fails on @option notation #23

Open dannypurcell opened 9 years ago

dannypurcell commented 9 years ago

Adding the following

# @option test_hash [String] :test_opt a Hash test argument

to test/rubycom/util_test_module.rb and running ./test/rubycom/util_test_bin.rb UtilTestModule test_command_arg_hash --help results in the following exception

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