Class: RubyHelm::Commands::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_helm/commands/init.rb

Instance Attribute Summary

Attributes inherited from Base

#binary

Instance Method Summary collapse

Methods inherited from Base

#do_after, #do_before, #execute, #initialize, #instantiate_builder, #stderr, #stdin, #stdout

Constructor Details

This class inherits a constructor from RubyHelm::Commands::Base

Instance Method Details

#configure_command(builder, _opts) ⇒ Object



9
10
11
# File 'lib/ruby_helm/commands/init.rb', line 9

def configure_command(builder, _opts)
  builder.with_subcommand('init')
end