bin/pennyworth in pennyworth-10.0.1 vs bin/pennyworth in pennyworth-11.0.0
- old
+ new
@@ -1,9 +1,7 @@
#! /usr/bin/env ruby
# frozen_string_literal: true
require "pennyworth"
-require "pennyworth/cli"
-require "pennyworth/identity"
Process.setproctitle Pennyworth::Identity::VERSION_LABEL
-Pennyworth::CLI.start
+Pennyworth::CLI::Shell.new.call ARGV