lib/ctioga2/commands/doc/help.rb in ctioga2-0.12 vs lib/ctioga2/commands/doc/help.rb in ctioga2-0.13
- old
+ new
@@ -138,9 +138,12 @@
protected
# Formats one entry of the commands
def format_one_entry(cmd)
sh, long, desc = cmd.option_strings
+
+ # Hmmm...
+ # desc = MarkedUpText.new(@doc, desc).to_s
str = "#{leading_spaces}%2s%1s %-#{@options_column_width}s" %
[ sh, (sh ? "," : " "), long]
size = @total_width - total_leading_spaces.size