Method: Codelog::Command::New.run

Defined in:
lib/codelog/command/new.rb

.run(options) ⇒ Object



8
9
10
# File 'lib/codelog/command/new.rb', line 8

def self.run(options)
  Codelog::Command::New.new.run options
end