Class: Bow::Commands::Init

Inherits:
Bow::Command show all
Defined in:
lib/bow/commands/init.rb

Instance Attribute Summary

Attributes inherited from Bow::Command

#app

Instance Method Summary collapse

Methods inherited from Bow::Command

#command_name, command_name, find, inherited, #initialize, #targets, #usage

Constructor Details

This class inherits a constructor from Bow::Command

Instance Method Details

#descriptionObject



6
7
8
# File 'lib/bow/commands/init.rb', line 6

def description
  'Initialize minimal bow scaffold.'
end

#runObject



10
11
12
# File 'lib/bow/commands/init.rb', line 10

def run
  InventoryExample.new.init
end