lib/ruboty/command_builder.rb in ruboty-1.1.4 vs lib/ruboty/command_builder.rb in ruboty-1.1.5

- old
+ new

@@ -28,10 +28,10 @@ def options Slop.parse(arguments) do |options| options.on("--dotenv", "Load .env before running.") options.on("-g", "--generate", "Generate a new chatterbot with ./ruboty/ directory if specified.") options.on("-h", "--help", "Display this help message.") - options.on("-l", "--load=", "Load a ruby file before running.") + options.string("-l", "--load", "Load a ruby file before running.") end end memoize :options end end