Class: Organo::CLI::Commands::Init

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/organo/commands/init.rb

Instance Method Summary collapse

Instance Method Details

#callObject



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

def call(*)
  Dir.mkdir './.organo' unless File.exist?('./.organo')
end