bin/tocer in tocer-11.1.0 vs bin/tocer in tocer-12.0.0

- old
+ new

@@ -1,9 +1,7 @@ #! /usr/bin/env ruby # frozen_string_literal: true require "tocer" -require "tocer/cli" -require "tocer/identity" Process.setproctitle Tocer::Identity::VERSION_LABEL -Tocer::CLI.start +Tocer::CLI::Shell.new.call ARGV