Module: PuppetGenerator::Ui::CommandlineParserHelper
- Defined in:
- lib/puppet_generator/ui/commandline_parser_helper.rb
Class Attribute Summary collapse
- 
  
    
      .runner_options  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute runner_options. 
- 
  
    
      .subcommand_options  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute subcommand_options. 
Class Method Summary collapse
Class Attribute Details
.runner_options ⇒ Object (readonly)
Returns the value of attribute runner_options.
| 20 21 22 | # File 'lib/puppet_generator/ui/commandline_parser_helper.rb', line 20 def @runner_options end | 
.subcommand_options ⇒ Object (readonly)
Returns the value of attribute subcommand_options.
| 21 22 23 | # File 'lib/puppet_generator/ui/commandline_parser_helper.rb', line 21 def @subcommand_options end | 
Class Method Details
.pretty_subcommands(cmds) ⇒ Object
| 24 25 26 | # File 'lib/puppet_generator/ui/commandline_parser_helper.rb', line 24 def self.pretty_subcommands(cmds) cmds.keys.join(', ') end |