exe/structurizr-repl in structurizr-1.0.0.pre.alpha.2 vs exe/structurizr-repl in structurizr-1.0.0.rc.1

- old
+ new

@@ -1,11 +1,12 @@ #!/usr/bin/env jruby # frozen_string_literal: true require 'structurizr' require 'structurizr/repl' +require 'ruby-next/pry' -application = Structurizr::REPL::Application.new +application = Structurizr::REPL::Application.new(ARGV) application.parse_workspace_path! application.prepare_context! application.setup_pry!