lib/cl/help/cmd.rb in cl-0.1.13 vs lib/cl/help/cmd.rb in cl-0.1.14

- old
+ new

@@ -112,9 +112,10 @@ opts << "format: #{opt.format}" if opt.format? opts << "downcase: true" if opt.downcase? opts << "min: #{opt.min}" if opt.min? opts << "max: #{opt.max}" if opt.max? opts << "e.g.: #{opt.example}" if opt.example? + opts << "note: #{opt.note}" if opt.note? opts << "see: #{opt.see}" if opt.see? opts << format_deprecated(opt) if opt.deprecated? opts.compact end