Implement CLI usage feature

This commit is contained in:
Thibault Jouan
2013-07-26 20:12:55 +00:00
parent 46f992fdb2
commit a6cfd4d7cb
5 changed files with 76 additions and 0 deletions

5
bin/producer Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require 'producer/core'
Producer::Core::CLI.new(ARGV).run!