Sha256: f0e55fb6b8448473d3d16ee51797aeb699ec65e7d434d6c81554a79e8370e0dc
Contents?: true
Size: 193 Bytes
Versions: 8
Compression:
Stored size: 193 Bytes
Contents
#!/usr/bin/env ruby require 'colored2' if %w(-C -Ch -hC --no-color).any? { |f| ARGV.include?(f) } Colored2.disable! end require 'arli/cli/runner' Arli::CLI::Runner.new(ARGV.dup).execute!
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
arli-1.4.0 | exe/arli |
arli-1.3.0 | exe/arli |
arli-1.2.1 | exe/arli |
arli-1.1.0 | exe/arli |
arli-1.0.2 | exe/arli |
arli-1.0.1 | exe/arli |
arli-1.0.0 | exe/arli |
arli-0.9.0 | exe/arli |