colorls/exe/colorls
Claudio Bley e02b30a111 Drop support for Ruby 2.2
It reached EOL on 20th Jun 2018 and no longer receives patches.

* set required Ruby version to >= 2.3 in spec file
* set rubocop's TargetRubyVersion to 2.3 and fix all the offenses
2019-01-04 12:08:06 +01:00

7 lines
109 B
Ruby
Executable file

#!/usr/bin/env ruby
# frozen_string_literal: true
require 'colorls'
ColorLS::Flags.new(*ARGV).process
true