Class: HmxClient::Command::Bootstrap
- 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
Instance Method Summary collapse
-
#index ⇒ Object
bootstrap.
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
#index ⇒ Object
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 |