lib/monkeyshines/options.rb in monkeyshines-0.2.1 vs lib/monkeyshines/options.rb in monkeyshines-0.2.2
- old
+ new
@@ -1,4 +1,6 @@
+require 'yaml'
+require 'monkeyshines/runner_core/options'
require 'monkeyshines/utils/trollop'
module Monkeyshines
CMDLINE_OPTIONS = [
[:handle, "Identifying string for scrape", { :type => String, :required => true } ],