Class: HmxClient::Command::Bootstrap

Inherits:
Base
  • Object
show all
Defined in:
lib/hmx/command/bootstrap.rb

Overview

Bootstrap a default configuration

Constant Summary

Constants inherited from Base

HmxClient::Command::Base::FILE

Instance Attribute Summary

Attributes inherited from Base

#args, #options

Instance Method Summary collapse

Methods inherited from Base

#hmx, #initialize, #loadConfig!, namespace, #removeConfig, #storeConfig, #writeConfig

Methods included from Helpers

#display, #display_row, #display_tab, #display_table, #error, #getFromUser, #longest

Constructor Details

This class inherits a constructor from HmxClient::Command::Base

Instance Method Details

#indexObject

bootstrap

Bootstrap a default configuration into this partition



13
14
15
16
# File 'lib/hmx/command/bootstrap.rb', line 13

def index
 hmx.doBootstrap([])
 puts "Done."
end