* Add Producer::Core::CLI::ArgumentError class; * Raise ArgumentError in CLI.new when recipe is missing; * Remove #check_arguments! and #print_usage_and_exit, move code into .run! method.
6 lines
77 B
Ruby
Executable File
6 lines
77 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'producer/core'
|
|
|
|
Producer::Core::CLI.run!(ARGV)
|