Class: Boothby::Commands::Setup
- Inherits:
-
Boothby::Command
- Object
- Boothby::Command
- Boothby::Commands::Setup
- Defined in:
- lib/boothby/commands/setup.rb
Instance Method Summary collapse
- #execute(input: $stdin, output: $stdout) ⇒ Object
-
#initialize(options) ⇒ Setup
constructor
A new instance of Setup.
Methods inherited from Boothby::Command
#command, #cursor, #editor, #exec_exist?, #generator, #pager, #platform, #prompt, #screen, #which
Constructor Details
#initialize(options) ⇒ Setup
Returns a new instance of Setup.
9 10 11 |
# File 'lib/boothby/commands/setup.rb', line 9 def initialize() @options = end |
Instance Method Details
#execute(input: $stdin, output: $stdout) ⇒ Object
13 14 15 |
# File 'lib/boothby/commands/setup.rb', line 13 def execute(input: $stdin, output: $stdout) Boothby::App.setup end |