Class: Magnetize::Convert
- Inherits:
-
Thor
- Object
- Thor
- Magnetize::Convert
- Includes:
- Thor::Shell
- Defined in:
- lib/magnetize/convert.rb
Constant Summary collapse
- DEFAULTS =
{ :force => false, :write => false, :types => { 'app' => { :magento => 'app/etc/local.xml', :toml => 'config.toml', :content => nil }, 'errors' => { :magento => 'errors/local.xml', :toml => 'config.toml', :content => nil } } }