exe/fcom in fcom-0.5.0 vs exe/fcom in fcom-0.5.1
- old
+ new
@@ -1,10 +1,13 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
+require 'rainbow/refinement'
require 'slop'
require_relative '../lib/fcom.rb'
+
+using Rainbow
opts =
Slop.parse do |o|
o.banner = <<~BANNER