Class: RubyEasyRSA::Commands::BuildServerFull

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 RubyEasyRSA::Commands::Base

Instance Method Details

#configure_command(builder, opts) ⇒ Object



29
30
31
32
33
34
35
# File 'lib/ruby_easy_rsa/commands/build_server_full.rb', line 29

def configure_command(builder, opts)
  filename_base = opts[:filename_base]

  builder = builder.with_subcommand('build-server-full')
  builder = builder.with_argument(filename_base)
  super(builder, opts)
end