Class: Pec::Command::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/pec/command/init.rb

Class Method Summary collapse

Methods inherited from Base

after_do, before_do, not_fetch, print_exception, task

Class Method Details

.run(_null) ⇒ Object



3
4
5
6
7
# File 'lib/pec/command/init.rb', line 3

def self.run(_null)
  Pec::Init.show_env_setting
  Pec::Init.create_template_dir
  Pec::Init.create_sample_config
end