class HammerCLI::FullHelpCommand::MDAdapter

Public Instance Methods

command_name(parent, command_name) click to toggle source
# File lib/hammer_cli/full_help.rb, line 30
def command_name(parent, command_name)
  "#{parent} #{command_name}"
end
print_command(name, description, help) click to toggle source
print_heading(text, level=1) click to toggle source
print_toc(cmd) click to toggle source