12 13 14
# File 'lib/codelog/cli.rb', line 12 def new Codelog::Command::New.run end
17 18 19
# File 'lib/codelog/cli.rb', line 17 def release(version_number, release_date = Date.today.to_s) Codelog::Command::Release.run version_number, release_date end
7 8 9
# File 'lib/codelog/cli.rb', line 7 def setup Codelog::Command::Setup.run end