module PuppetGenerator::Ui::CommandlineParserHelper
Attributes
runner_options[R]
subcommand_options[R]
Public Class Methods
pretty_subcommands(cmds)
click to toggle source
# File lib/puppet_generator/ui/commandline_parser_helper.rb, line 24 def self.pretty_subcommands(cmds) cmds.keys.join(', ') end