Sha256: e95b897ec1858c6ae91059022f11011accf626bc0a5f823f2e639b17304a4e76
Contents?: true
Size: 265 Bytes
Versions: 11
Compression:
Stored size: 265 Bytes
Contents
#!/usr/bin/env ruby require "rf/stylez" command = ARGV.first case command when 'check-latest' Rf::Stylez::UpdateCheck.check when 'reek-config-path' puts(Rf::Stylez.reek_config_path) else STDERR.puts('Usage: rf-stylez [check-latest][reek-config-path]') end
Version data entries
11 entries across 11 versions & 1 rubygems