Sha256: 17de9193db11801ecc7a50f31fee9e4744e8251574465c277133e09fc4d9b5df

Contents?: true

Size: 226 Bytes

Versions: 8

Compression:

Stored size: 226 Bytes

Contents

#!/usr/bin/env ruby
require 'logstash-cli'

# Disable color if the proper argument was passed
shell = ARGV.include?("--no-color") ? Thor::Shell::Basic.new : Thor::Base.shell.new

# Start the CLI
::LogstashCli::CLI.start(ARGV)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
logstash-cli-0.0.8 bin/logstash-cli
logstash-cli-0.0.7 bin/logstash-cli
logstash-cli-0.0.6 bin/logstash-cli
logstash-cli-0.0.5 bin/logstash-cli
logstash-cli-0.0.4 bin/logstash-cli
logstash-cli-0.0.3 bin/logstash-cli
logstash-cli-0.0.2 bin/logstash-cli
logstash-cli-0.0.1 bin/logstash-cli