Sha256: f0ff5f10d883b43686ca13faad55574c3e86ab0deb24ac85e3f801175bd5f56e
Contents?: true
Size: 246 Bytes
Versions: 4
Compression:
Stored size: 246 Bytes
Contents
#!/usr/bin/env ruby require 'learn_doctor' # To prevent weird errors when random command line args are passed in KNOWN_COMMANDS = [] ARGV.map! do |arg| KNOWN_COMMANDS.include?(arg) ? arg : nil end.compact! LearnDoctor::HealthCheck.diagnose
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
learn-doctor-1.0.3 | bin/learn-doctor |
learn-doctor-1.0.2 | bin/learn-doctor |
learn-doctor-1.0.1 | bin/learn-doctor |
learn-doctor-1.0.0 | bin/learn-doctor |